Home
last modified time | relevance | path

Searched refs:SystemStatusAnimationScheduler (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java28 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
79 SystemStatusAnimationScheduler animationScheduler, in createCollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventCoordinator.kt63 private lateinit var scheduler: SystemStatusAnimationScheduler
77 fun attachScheduler(s: SystemStatusAnimationScheduler) {
H A DSystemStatusAnimationScheduler.kt26 interface SystemStatusAnimationScheduler : regex
H A DStatusBarEventsModule.kt58 ): SystemStatusAnimationScheduler {
H A DSystemStatusAnimationSchedulerLegacyImpl.kt64 ) : SystemStatusAnimationScheduler {
H A DSystemStatusAnimationSchedulerImpl.kt73 ) : SystemStatusAnimationScheduler {
H A DPrivacyDotViewController.kt70 private val animationScheduler: SystemStatusAnimationScheduler,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java57 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
101 private final SystemStatusAnimationScheduler mAnimationScheduler;
273 SystemStatusAnimationScheduler animationScheduler, in KeyguardStatusBarViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
H A DSystemEventCoordinatorTest.kt57 @Mock lateinit var scheduler: SystemStatusAnimationScheduler
H A DSystemStatusAnimationSchedulerImplTest.kt76 private lateinit var systemStatusAnimationScheduler: SystemStatusAnimationScheduler
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java55 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
129 private final SystemStatusAnimationScheduler mAnimationScheduler;
210 SystemStatusAnimationScheduler animationScheduler, in CollapsedStatusBarFragment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java94 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
303 abstract SystemStatusAnimationScheduler optionalSystemStatusAnimationScheduler(); in optionalSystemStatusAnimationScheduler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java65 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
102 private SystemStatusAnimationScheduler mAnimationScheduler;
661 mAnimationScheduler = mock(SystemStatusAnimationScheduler.class); in instantiate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java59 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
87 private SystemStatusAnimationScheduler mAnimationScheduler;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java87 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
339 @Inject Lazy<SystemStatusAnimationScheduler> mSystemStatusAnimationSchedulerLazy;
539 mProviders.put(SystemStatusAnimationScheduler.class, in start()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt293 -packages/SystemUI/src/com/android/systemui/statusbar/events/SystemStatusAnimationScheduler.kt