Searched refs:setDozeAmount (Results 1 – 7 of 7) sorted by relevance
240 setDozeAmount(linear, eased) in onDozeAmountChanged()243 fun setDozeAmount(linear: Float, eased: Float) { in setDozeAmount() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator247 mStackScroller.setDozeAmount(mDozeAmount) in setDozeAmount()287 setDozeAmount(amount, amount) in updateDozeAmountIfBypass()
76 void setDozeAmount(float dozeAmount, boolean animated); in setDozeAmount() method
196 public void setDozeAmount(float dozeAmount, boolean animated) { in setDozeAmount() method in StatusBarStateControllerImpl
147 inOrder.verify(mStatusBarStateController).setDozeAmount(eq(1f), eq(true)); in testSetDozing_notifiesNsslAndStateController()
522 public void setDozeAmount(float dozeAmount) { in setDozeAmount() method in AmbientState
5678 public void setDozeAmount(float dozeAmount) {5679 mAmbientState.setDozeAmount(dozeAmount);
3274 mStatusBarStateController.setDozeAmount(dozeAmount, animate); in setDozing()