Searched refs:getDozeAmount (Results 1 – 8 of 8) sorted by relevance
65 float getDozeAmount(); in getDozeAmount() method
74 mDozeAmount = mStatusBarStateController.getDozeAmount(); in AnimatableClockController()146 mDozeAmount = mStatusBarStateController.getDozeAmount(); in onViewAttached()
136 verify(mStatusBarStateController).getDozeAmount(); in testViewControllerQueriesSBStateOnAttached()140 when(mStatusBarStateController.getDozeAmount()).thenReturn(dozeAmount); in testViewControllerQueriesSBStateOnAttached()
82 mDozeAmount = mStatusBarStateController.getDozeAmount(); in LightBarTransitionsController()
1141 mStatusBarStateListener.onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()
101 final float dozeAmount = mStatusBarStateController.getDozeAmount(); in onViewAttached()
209 public float getDozeAmount() { in getDozeAmount() method in StatusBarStateControllerImpl
478 assertThat(mStatusBarStateController.getDozeAmount()).isEqualTo(1f); in testSetDozing_notifiesNsslAndStateController()