Searched refs:clipHeight (Results 1 – 1 of 1) sorted by relevance
218 float clipHeight; in updateClipping() local222 clipHeight = newHeight; in updateClipping()224 clipHeight = newNotificationEnd - previousNotificationEnd; in updateClipping()225 clipHeight = Math.max(0.0f, clipHeight); in updateClipping()226 if (clipHeight != 0.0f) { in updateClipping()234 clipHeight += clippingCorrection; in updateClipping()238 updateChildClippingAndBackground(state, newHeight, clipHeight, in updateClipping()274 float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument275 if (realHeight > clipHeight) { in updateChildClippingAndBackground()277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()