Searched defs:backgroundHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java242 * @param backgroundHeight the desired background height. The shadows of the view will be
246 float realHeight, float clipHeight, float backgroundHeight) {
253 if (realHeight > backgroundHeight) {
255 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale);
245 updateChildClippingAndBackground(StackScrollState.ViewState state, float realHeight, float clipHeight, float backgroundHeight) argument

Completed in 42 milliseconds