Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt242 setPulseHeight(0f, animate = false)
667 fun setPulseHeight(height: Float, animate: Boolean = false) { regex
673 setPulseHeight(animation.animatedValue as Float)
679 val overflow = nsslController.setPulseHeight(height)
693 setPulseHeight(0f, animate = true)
696 setPulseHeight(0f, animate = false)
H A DPulseExpansionHandler.kt274 lockscreenShadeTransitionController.setPulseHeight(expansionHeight, animate = false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java350 setPulseHeight(MAX_PULSE_HEIGHT); in setHideAmount()
647 public void setPulseHeight(float height) { in setPulseHeight() method in AmbientState
669 setPulseHeight(MAX_PULSE_HEIGHT); in setDozeAmount()
H A DNotificationStackScrollLayoutController.java989 public float setPulseHeight(float height) { in setPulseHeight() method in NotificationStackScrollLayoutController
990 return mView.setPulseHeight(height); in setPulseHeight()
H A DNotificationStackScrollLayout.java5422 public float setPulseHeight(float height) { in setPulseHeight() method
5424 mAmbientState.setPulseHeight(height); in setPulseHeight()
5456 setPulseHeight(getWakeUpHeight()); in wakeUpFromPulse()