Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java246 float realHeight, float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument
253 if (realHeight > backgroundHeight) { in updateChildClippingAndBackground()
255 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale); in updateChildClippingAndBackground()