Home
last modified time | relevance | path

Searched refs:pulseHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java296 float pulseHeight = Math.min(mPulseHeight, (float) height); in getInnerHeight() local
297 return (int) MathUtils.lerp(height, pulseHeight, mDozeAmount); in getInnerHeight()
DNotificationStackScrollLayout.java5731 float pulseHeight = getPulseHeight();
5733 float dragDownAmount = pulseHeight - wakeUpHeight;