Searched refs:setClipBounds (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/v4/jellybean-mr2/android/support/v4/view/
H A DViewCompatJellybeanMr2.java31 public static void setClipBounds(View view, Rect clipBounds) { method in class:ViewCompatJellybeanMr2
32 view.setClipBounds(clipBounds);
/frameworks/base/core/java/android/transition/
H A DChangeClipBounds.java100 endValues.view.setClipBounds(start);
H A DChangeBounds.java197 * @see android.view.View#setClipBounds(android.graphics.Rect)
377 view.setClipBounds(startClip);
391 view.setClipBounds(finalClip);
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java148 view.setClipBounds(startClip);
180 view.setClipBounds(startClip);
237 view.setClipBounds(terminalClip);
318 object.setClipBounds(tempRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java118 mSourceView.setClipBounds(mClipBounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java331 setClipBounds(mClipRect);
333 setClipBounds(null);
H A DNotificationContentView.java585 setClipBounds(mClipBounds);
587 setClipBounds(null);
H A DKeyguardAffordanceView.java266 mPreviewView.setClipBounds(null);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java436 void setClipBounds(View view, Rect clipBounds); method in interface:ViewCompat.ViewCompatImpl
870 public void setClipBounds(View view, Rect clipBounds) { method in class:ViewCompat.BaseViewCompatImpl
1534 public void setClipBounds(View view, Rect clipBounds) { method in class:ViewCompat.JbMr2ViewCompatImpl
1535 ViewCompatJellybeanMr2.setClipBounds(view, clipBounds);
3360 public static void setClipBounds(View view, Rect clipBounds) { method in class:ViewCompat
3361 IMPL.setClipBounds(view, clipBounds);
3365 * Returns a copy of the current {@link #setClipBounds(View, Rect)}.
/frameworks/base/core/java/android/view/
H A DRenderNode.java266 public boolean setClipBounds(@Nullable Rect rect) { method in class:RenderNode
H A DView.java16592 public void setClipBounds(Rect clipBounds) { method in class:View
16606 mRenderNode.setClipBounds(mClipBounds);
16611 * Returns a copy of the current {@link #setClipBounds(Rect) clipBounds}.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java256 mQSPanel.setClipBounds(mQsBounds);
/frameworks/base/libs/hwui/
H A DRenderProperties.h194 bool setClipBounds(const Rect& clipBounds) { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp185 return SET_AND_DIRTY(setClipBounds, clipBounds, RenderNode::GENERIC);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java501 setClipBounds(mClipBounds);
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp1994 properties.setClipBounds(Rect(10, 20, 300, 400));

Completed in 1779 milliseconds