Home
last modified time | relevance | path

Searched refs:onDozeAmountChanged (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewController.java103 mStateListener.onDozeAmountChanged(dozeAmount, dozeAmount); in onViewAttached()
252 public void onDozeAmountChanged(float linear, float eased) {
256 mView.onDozeAmountChanged(linear, eased);
DUdfpsKeyguardView.java179 void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in UdfpsKeyguardView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerTest.java145 verify(mView).onDozeAmountChanged(dozeAmount, dozeAmount); in testViewControllerQueriesSBStateOnAttached()
166 mStatusBarStateListener.onDozeAmountChanged(linear, eased); in testDozeEventsSentToView()
168 verify(mView).onDozeAmountChanged(linear, eased); in testDozeEventsSentToView()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java106 default void onDozeAmountChanged(float linear, float eased) {} in onDozeAmountChanged() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java159 mViewMediator.onDozeAmountChanged(0.5f, 0.5f); in testIsAnimatingScreenOff()
163 mViewMediator.onDozeAmountChanged(1f, 1f); in testIsAnimatingScreenOff()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsControllerTest.java70 mLightBarTransitionsController.onDozeAmountChanged(1f /* linear */, 1f /* eased */); in onDozeAmountChanged_lightWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt140 statusBarStateListener.onDozeAmountChanged(0f, statusBarStateController.dozeAmount) in <lambda>()
232 override fun onDozeAmountChanged(linear: Float, eased: Float) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAnimatableClockController.java112 public void onDozeAmountChanged(float linear, float eased) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsController.java227 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController
DNotificationPanelViewController.java1141 mStatusBarStateListener.onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()
4460 public void onDozeAmountChanged(float linearAmount, float amount) { in onDozeAmountChanged() method in NotificationPanelViewController.StatusBarStateListener
4480 mStatusBarStateListener.onDozeAmountChanged(1f, 1f); in showAodUi()
DStatusBar.java3921 public void onDozeAmountChanged(float linear, float eased) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java233 public void onDozeAmountChanged(float linear, float eased) {
DKeyguardViewMediator.java2771 public void onDozeAmountChanged(float linear, float interpolated) { in onDozeAmountChanged() method in KeyguardViewMediator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt236 override fun onDozeAmountChanged(linear: Float, eased: Float) { in onDozeAmountChanged() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt201 statusBarStateListener.onDozeAmountChanged(1f, 1f) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java321 rl.mListener.onDozeAmountChanged(mDozeAmount, interpolatedAmount); in setDozeAmountInternal()
DNotificationShadeDepthController.kt280 override fun onDozeAmountChanged(linear: Float, eased: Float) { in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt261 statusBarStateListener.onDozeAmountChanged(0.1f, 0.7f) in testDozeAmountChangeUpdatesView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherController.java143 public void onDozeAmountChanged(float linearAmount, float amount) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt414 override fun onDozeAmountChanged(linear: Float, eased: Float) { in onDozeAmountChanged() method