Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java203 float clipHeight; in updateClipping() local
207 clipHeight = newHeight; in updateClipping()
209 clipHeight = newNotificationEnd - previousNotificationEnd; in updateClipping()
210 clipHeight = Math.max(0.0f, clipHeight); in updateClipping()
211 if (clipHeight != 0.0f) { in updateClipping()
219 clipHeight += clippingCorrection; in updateClipping()
223 updateChildClippingAndBackground(state, newHeight, clipHeight, in updateClipping()
246 float realHeight, float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument
247 if (realHeight > clipHeight) { in updateChildClippingAndBackground()
249 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()