Home | History | Annotate | Download | only in stack

Lines Matching refs:clipHeight

218             float clipHeight;
222 clipHeight = newHeight;
224 clipHeight = newNotificationEnd - previousNotificationEnd;
225 clipHeight = Math.max(0.0f, clipHeight);
226 if (clipHeight != 0.0f) {
234 clipHeight += clippingCorrection;
238 updateChildClippingAndBackground(state, newHeight, clipHeight,
269 * @param clipHeight the desired clip height, the rest of the view will be clipped from the top
274 float clipHeight, float backgroundHeight) {
275 if (realHeight > clipHeight) {
277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale);