Searched refs:setPulseHeight (Results 1 – 4 of 4) sorted by relevance
196 setPulseHeight(MAX_PULSE_HEIGHT); in setHideAmount()506 public void setPulseHeight(float height) { in setPulseHeight() method in AmbientState528 setPulseHeight(MAX_PULSE_HEIGHT); in setDozeAmount()
5847 public float setPulseHeight(float height) {5848 mAmbientState.setPulseHeight(height);5871 setPulseHeight(getWakeUpHeight());
357 fun setPulseHeight(height: Float): Float { in setPulseHeight() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator358 val overflow = mStackScroller.setPulseHeight(height) in setPulseHeight()
252 val emptyDragAmount = wakeUpCoordinator.setPulseHeight(expansionHeight) in <lambda>()