Searched refs:setPulseHeight (Results 1 – 4 of 4) sorted by relevance
195 setPulseHeight(MAX_PULSE_HEIGHT); in setHideAmount()505 public void setPulseHeight(float height) { in setPulseHeight() method in AmbientState527 setPulseHeight(MAX_PULSE_HEIGHT); in setDozeAmount()
5661 public float setPulseHeight(float height) {5662 mAmbientState.setPulseHeight(height);5685 setPulseHeight(getWakeUpHeight());
352 fun setPulseHeight(height: Float): Float { in setPulseHeight() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator353 val overflow = mStackScroller.setPulseHeight(height) in setPulseHeight()
249 val emptyDragAmount = wakeUpCoordinator.setPulseHeight(expansionHeight) in <lambda>()