Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusBarEventsModule.kt43 ): SystemStatusAnimationScheduler
DSystemEventCoordinator.kt58 private lateinit var scheduler: SystemStatusAnimationScheduler
72 fun attachScheduler(s: SystemStatusAnimationScheduler) { in attachScheduler()
DSystemStatusAnimationScheduler.kt26 interface SystemStatusAnimationScheduler : interface
DSystemStatusAnimationSchedulerImpl.kt73 ) : SystemStatusAnimationScheduler { in <lambda>()
DPrivacyDotViewController.kt75 private val animationScheduler: SystemStatusAnimationScheduler, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventCoordinatorTest.kt55 @Mock lateinit var scheduler: SystemStatusAnimationScheduler
DSystemStatusAnimationSchedulerImplTest.kt77 private lateinit var systemStatusAnimationScheduler: SystemStatusAnimationScheduler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java63 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
112 private final SystemStatusAnimationScheduler mAnimationScheduler;
290 SystemStatusAnimationScheduler animationScheduler, in KeyguardStatusBarViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java57 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
138 private final SystemStatusAnimationScheduler mAnimationScheduler;
228 SystemStatusAnimationScheduler animationScheduler, in CollapsedStatusBarFragment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java118 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
360 abstract SystemStatusAnimationScheduler optionalSystemStatusAnimationScheduler(); in optionalSystemStatusAnimationScheduler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragmentTest.java62 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
99 private SystemStatusAnimationScheduler mAnimationScheduler;
835 mAnimationScheduler = mock(SystemStatusAnimationScheduler.class); in instantiate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java77 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
110 private SystemStatusAnimationScheduler mAnimationScheduler;
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
DPrivacyDotViewControllerTest.kt82 animationScheduler = mock<SystemStatusAnimationScheduler>(), in <lambda>()