Searched refs:clipHeight (Results 1 – 1 of 1) sorted by relevance
203 float clipHeight; in updateClipping() local207 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() argument247 if (realHeight > clipHeight) { in updateChildClippingAndBackground()249 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()