/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewController.java | 103 mStateListener.onDozeAmountChanged(dozeAmount, dozeAmount); in onViewAttached() 252 public void onDozeAmountChanged(float linear, float eased) { 256 mView.onDozeAmountChanged(linear, eased);
|
D | UdfpsKeyguardView.java | 179 void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in UdfpsKeyguardView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewControllerTest.java | 145 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/ |
D | StatusBarStateController.java | 106 default void onDozeAmountChanged(float linear, float eased) {} in onDozeAmountChanged() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediatorTest.java | 159 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/ |
D | LightBarTransitionsControllerTest.java | 70 mLightBarTransitionsController.onDozeAmountChanged(1f /* linear */, 1f /* eased */); in onDozeAmountChanged_lightWhenDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 140 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/ |
D | AnimatableClockController.java | 112 public void onDozeAmountChanged(float linear, float eased) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarTransitionsController.java | 227 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController
|
D | NotificationPanelViewController.java | 1141 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()
|
D | StatusBar.java | 3921 public void onDozeAmountChanged(float linear, float eased) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardIndicationRotateTextViewController.java | 233 public void onDozeAmountChanged(float linear, float eased) {
|
D | KeyguardViewMediator.java | 2771 public void onDozeAmountChanged(float linear, float interpolated) { in onDozeAmountChanged() method in KeyguardViewMediator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 236 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/ |
D | NotificationShadeDepthControllerTest.kt | 201 statusBarStateListener.onDozeAmountChanged(1f, 1f) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImpl.java | 321 rl.mListener.onDozeAmountChanged(mDozeAmount, interpolatedAmount); in setDozeAmountInternal()
|
D | NotificationShadeDepthController.kt | 280 override fun onDozeAmountChanged(linear: Float, eased: Float) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 261 statusBarStateListener.onDozeAmountChanged(0.1f, 0.7f) in testDozeAmountChangeUpdatesView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcherController.java | 143 public void onDozeAmountChanged(float linearAmount, float amount) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHierarchyManager.kt | 414 override fun onDozeAmountChanged(linear: Float, eased: Float) { in onDozeAmountChanged() method
|