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.java196 setPulseHeight(MAX_PULSE_HEIGHT); in setHideAmount()
506 public void setPulseHeight(float height) { in setPulseHeight() method in AmbientState
528 setPulseHeight(MAX_PULSE_HEIGHT); in setDozeAmount()
DNotificationStackScrollLayout.java5847 public float setPulseHeight(float height) {
5848 mAmbientState.setPulseHeight(height);
5871 setPulseHeight(getWakeUpHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt357 fun setPulseHeight(height: Float): Float { in setPulseHeight() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
358 val overflow = mStackScroller.setPulseHeight(height) in setPulseHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt252 val emptyDragAmount = wakeUpCoordinator.setPulseHeight(expansionHeight) in <lambda>()