Home
last modified time | relevance | path

Searched refs:getDozeAmount (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java65 float getDozeAmount(); in getDozeAmount() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAnimatableClockController.java74 mDozeAmount = mStatusBarStateController.getDozeAmount(); in AnimatableClockController()
146 mDozeAmount = mStatusBarStateController.getDozeAmount(); in onViewAttached()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerTest.java136 verify(mStatusBarStateController).getDozeAmount(); in testViewControllerQueriesSBStateOnAttached()
140 when(mStatusBarStateController.getDozeAmount()).thenReturn(dozeAmount); in testViewControllerQueriesSBStateOnAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsController.java82 mDozeAmount = mStatusBarStateController.getDozeAmount(); in LightBarTransitionsController()
DNotificationPanelViewController.java1141 mStatusBarStateListener.onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewController.java101 final float dozeAmount = mStatusBarStateController.getDozeAmount(); in onViewAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java209 public float getDozeAmount() { in getDozeAmount() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java478 assertThat(mStatusBarStateController.getDozeAmount()).isEqualTo(1f); in testSetDozing_notifiesNsslAndStateController()