Searched refs:onDozeAmountChanged (Results 1 – 7 of 7) sorted by relevance
95 default void onDozeAmountChanged(float linear, float eased) {} in onDozeAmountChanged() method
67 mLightBarTransitionsController.onDozeAmountChanged(1f /* linear */, 1f /* eased */); in onDozeAmountChanged_lightWhenDozing()
226 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController
526 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LockIcon
671 onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()3278 public void onDozeAmountChanged(float linearAmount, float amount) { in onDozeAmountChanged() method
230 rl.mListener.onDozeAmountChanged(mDozeAmount, interpolatedAmount); in setDozeAmountInternal()
231 override fun onDozeAmountChanged(linear: Float, eased: Float) { in onDozeAmountChanged() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator