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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java203 float clipHeight;
207 clipHeight = newHeight;
209 clipHeight = newNotificationEnd - previousNotificationEnd;
210 clipHeight = Math.max(0.0f, clipHeight);
211 if (clipHeight != 0.0f) {
219 clipHeight += clippingCorrection;
223 updateChildClippingAndBackground(state, newHeight, clipHeight,
241 * @param clipHeight the desired clip height, the rest of the view will be clipped from the top
246 float realHeight, float clipHeight, floa
245 updateChildClippingAndBackground(StackScrollState.ViewState state, float realHeight, float clipHeight, float backgroundHeight) argument
[all...]

Completed in 42 milliseconds