Home
last modified time | relevance | path

Searched refs:mClipRect (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java35 protected Rect mClipRect = new Rect(); field in AnimateableViewBounds
50 mClipRect.set(0, 0, 0, 0); in reset()
58 outline.setRoundRect(mClipRect.left, mClipRect.top, in getOutline()
59 mSourceView.getWidth() - mClipRect.right, in getOutline()
60 mSourceView.getHeight() - mClipRect.bottom, in getOutline()
63 outline.setRect(mClipRect.left, mClipRect.top, in getOutline()
64 mSourceView.getWidth() - mClipRect.right, in getOutline()
65 mSourceView.getHeight() - mClipRect.bottom); in getOutline()
91 mClipRect.top = top; in setClipTop()
99 return mClipRect.top; in getClipTop()
[all …]
/frameworks/base/core/java/android/view/animation/
DTransformation.java54 private Rect mClipRect = new Rect(); field in Transformation
74 mClipRect.setEmpty(); in clear()
113 mClipRect.setEmpty(); in set()
129 setClipRect(mClipRect.left + bounds.left, mClipRect.top + bounds.top, in compose()
130 mClipRect.right + bounds.right, mClipRect.bottom + bounds.bottom); in compose()
148 setClipRect(mClipRect.left + bounds.left, mClipRect.top + bounds.top, in postCompose()
149 mClipRect.right + bounds.right, mClipRect.bottom + bounds.bottom); in postCompose()
185 mClipRect.set(l, t, r, b); in setClipRect()
194 return mClipRect; in getClipRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java54 private static Rect mClipRect = new Rect(); field in ExpandableView
409 mClipRect.set(-halfExtraWidth, top, getWidth() + halfExtraWidth, bottom); in updateClipping()
410 setClipBounds(mClipRect); in updateClipping()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java95 private Rect mClipRect = new Rect(); field in NotificationShelf
813 mClipRect.set(0, -height, getWidth(), height);
814 mShelfIcons.setClipBounds(mClipRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java455 private final Rect mClipRect = new Rect(); field in NotificationStackScrollLayout
1275 mClipRect.left = 0;
1276 mClipRect.right = getWidth();
1277 mClipRect.top = 0;
1278 mClipRect.bottom = (int) height;
1280 setRequestedClipBounds(mClipRect);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78926 Landroid/view/animation/Transformation;->mClipRect:Landroid/graphics/Rect;