Home
last modified time | relevance | path

Searched refs:setPulseHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java195 setPulseHeight(MAX_PULSE_HEIGHT); in setHideAmount()
505 public void setPulseHeight(float height) { in setPulseHeight() method in AmbientState
527 setPulseHeight(MAX_PULSE_HEIGHT); in setDozeAmount()
DNotificationStackScrollLayout.java5661 public float setPulseHeight(float height) {
5662 mAmbientState.setPulseHeight(height);
5685 setPulseHeight(getWakeUpHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt352 fun setPulseHeight(height: Float): Float { in setPulseHeight() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
353 val overflow = mStackScroller.setPulseHeight(height) in setPulseHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt249 val emptyDragAmount = wakeUpCoordinator.setPulseHeight(expansionHeight) in <lambda>()