Searched refs:onDozeAmountChanged (Results 1 – 8 of 8) sorted by relevance
96 default void onDozeAmountChanged(float linear, float eased) {} in onDozeAmountChanged() method
67 mLightBarTransitionsController.onDozeAmountChanged(1f /* linear */, 1f /* eased */); in onDozeAmountChanged_lightWhenDozing()
139 override fun onDozeAmountChanged(linear: Float, eased: Float) { in onDozeAmountChanged() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
226 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LightBarTransitionsController
385 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in LockIcon
466 public void onDozeAmountChanged(float linear, float eased) { in onDozeAmountChanged() method in NotificationIconAreaController
546 onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()2930 public void onDozeAmountChanged(float linearAmount, float amount) { in onDozeAmountChanged() method
213 rl.mListener.onDozeAmountChanged(mDozeAmount, interpolatedAmount); in setDozeAmountInternal()