Searched refs:backgroundHeight (Results 1 – 1 of 1) sorted by relevance
246 float realHeight, float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument253 if (realHeight > backgroundHeight) { in updateChildClippingAndBackground()255 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale); in updateChildClippingAndBackground()