HomeSort by relevance Sort by last modified time
    Searched refs:clipHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 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)
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 92 milliseconds