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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 32 Rect mClipBounds = new Rect();
80 mClipBounds.set(mClipRect.left, mClipRect.top,
83 mSourceView.setClipBounds(mClipBounds);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 46 private final Rect mClipBounds = new Rect();
184 mClipBounds.set(0, mClipTopAmount, getWidth(), mActualHeight);
185 setClipBounds(mClipBounds);
  /frameworks/base/libs/hwui/
RenderProperties.h 167 return RP_SET(mPrimitiveFields.mClipBounds, clipBounds) || ret;
520 outRect->intersect(mPrimitiveFields.mClipBounds);
523 outRect->set(mPrimitiveFields.mClipBounds);
599 Rect mClipBounds;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 114 private final Rect mClipBounds = new Rect();
177 outline.setRect(mClipBounds);
479 mClipBounds.set(getPaddingLeft(), 0, getWidth() - getPaddingRight(), (int) height);
480 setClipBounds(mClipBounds);
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 58 private Rect mClipBounds;
255 if (mClipBounds == null) mClipBounds = new Rect();
256 return mClipBounds;
    [all...]
View.java     [all...]
ViewGroup.java     [all...]

Completed in 181 milliseconds