Home
last modified time | relevance | path

Searched refs:setClipBounds (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeClipBounds.java100 endValues.view.setClipBounds(start); in createAnimator()
DChangeBounds.java320 view.setClipBounds(null); in createAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java176 mSourceView.setClipBounds(mClipBounds); in updateClipBounds()
DTaskViewThumbnail.java133 setClipBounds(mClipRect); in enableTaskBarClip()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java203 child.setClipBounds(mClipRect);
DNotificationStackScrollLayout.java675 child.setClipBounds(null); in dismissViewAnimated()
1479 child.setClipBounds(null); in onViewRemoved()
DStackStateAnimator.java120 child.setClipBounds(null); in startAnimationForEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java143 setClipBounds(mClipBounds); in updateClipping()
/frameworks/base/core/java/android/view/
DRenderNode.java311 public boolean setClipBounds(@Nullable Rect rect) { in setClipBounds() method in RenderNode
DView.java14580 public void setClipBounds(Rect clipBounds) {
14601 mRenderNode.setClipBounds(mClipBounds);
/frameworks/base/libs/hwui/
DRenderProperties.h165 bool setClipBounds(const Rect& clipBounds) { in setClipBounds() function
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp123 return SET_AND_DIRTY(setClipBounds, clipBounds, RenderNode::GENERIC); in android_view_RenderNode_setClipBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java480 setClipBounds(mClipBounds); in setClipping()
/frameworks/base/api/
Dcurrent.txt33480 method public void setClipBounds(android.graphics.Rect);