Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventCoordinator.kt42 private lateinit var scheduler: SystemStatusAnimationScheduler
58 fun attachScheduler(s: SystemStatusAnimationScheduler) { in attachScheduler()
DSystemStatusAnimationScheduler.kt62 class SystemStatusAnimationScheduler @Inject constructor( in <lambda>() class
DPrivacyDotViewController.kt72 private val animationScheduler: SystemStatusAnimationScheduler in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragmentTest.java43 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
62 private SystemStatusAnimationScheduler mAnimationScheduler;
234 mAnimationScheduler = mock(SystemStatusAnimationScheduler.class); in instantiate()
DStatusBarTest.java119 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
270 @Mock private SystemStatusAnimationScheduler mAnimationScheduler;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java47 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
93 private final SystemStatusAnimationScheduler mAnimationScheduler;
118 SystemStatusAnimationScheduler animationScheduler, in CollapsedStatusBarFragment()
DKeyguardStatusBarView.java55 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
108 private SystemStatusAnimationScheduler mAnimationScheduler;
146 mAnimationScheduler = Dependency.get(SystemStatusAnimationScheduler.class); in onFinishInflate()
DStatusBar.java215 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
442 private final SystemStatusAnimationScheduler mAnimationScheduler;
805 SystemStatusAnimationScheduler animationScheduler, in StatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java66 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
218 SystemStatusAnimationScheduler animationScheduler, in provideStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java86 import com.android.systemui.statusbar.events.SystemStatusAnimationScheduler;
361 @Inject Lazy<SystemStatusAnimationScheduler> mSystemStatusAnimationSchedulerLazy;
576 mProviders.put(SystemStatusAnimationScheduler.class, in start()