Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java296 public void setClipBounds(Rect clipBounds) { in setClipBounds() method in KeyguardStatusViewController
300 mView.setClipBounds(mClipBounds); in setClipBounds()
302 mView.setClipBounds(null); in setClipBounds()
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeClipBounds.java102 endValues.view.setClipBounds(start); in createAnimator()
111 endView.setClipBounds(null); in createAnimator()
H A DChangeBounds.java413 view.setClipBounds(startClip); in createAnimator()
427 view.setClipBounds(finalClip); in createAnimator()
/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java220 public void setClipBounds(Rect clipBounds) { in setClipBounds() method in InlineContentView
221 super.setClipBounds(clipBounds); in setClipBounds()
222 mSurfaceView.setClipBounds(clipBounds); in setClipBounds()
/aosp12/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java148 view.setClipBounds(startClip); in onAppear()
180 view.setClipBounds(startClip); in onDisappear()
237 view.setClipBounds(terminalClip); in createRectAnimator()
318 object.setClipBounds(tempRect); in set()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java189 mOverlayPanelViewController.getLayout().setClipBounds( in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
211 mOverlayPanelViewController.getLayout().setClipBounds( in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
268 mOverlayPanelViewController.getLayout().setClipBounds( in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
290 mOverlayPanelViewController.getLayout().setClipBounds( in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderView.java321 setClipBounds(mHeaderClip); in applyVerticalMove()
322 mMainRV.setClipBounds(mRVClip); in applyVerticalMove()
324 mWorkRV.setClipBounds(mRVClip); in applyVerticalMove()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DFullScreenAnimation.java283 mWorkspaceSurface.setClipBounds(new Rect( in setWorkspaceVisibility()
290 mWorkspaceSurface.setClipBounds(new Rect( in setWorkspaceVisibility()
420 mWorkspaceSurface.setClipBounds(new Rect( in startAnimation()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp80 properties.setClipBounds(android::uirenderer::Rect(10, 20, 300, 400)); in TEST()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java436 setClipBounds(mClipRect); in updateClipping()
438 setClipBounds(null); in updateClipping()
H A DNotificationContentView.java768 setClipBounds(mClipBounds); in updateClipping()
770 setClipBounds(null); in updateClipping()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java389 getLayout().setClipBounds(null); in resetPanelVisibility()
508 getLayout().setClipBounds(clipBounds); in setViewClipBounds()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java448 icon.setClipBounds(clipRect);
450 icon.setClipBounds(null);
735 mShelfIcons.setClipBounds(mClipRect); in onLayout()
H A DKeyguardAffordanceView.java294 mPreviewView.setClipBounds(null); in instantFinishAnimation()
/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h193 bool setClipBounds(const Rect& clipBounds) { in setClipBounds() function
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java232 previewView.setClipBounds(null); in instantFinishAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java514 setClipBounds(mClipRect); in updateClipping()
H A DNotificationPanelViewController.java2442 mKeyguardStatusViewController.setClipBounds( in applyQSClippingImmediately()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java648 public void setClipBounds(Rect clipBounds) { in setClipBounds() method in SurfaceView
649 super.setClipBounds(clipBounds); in setClipBounds()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java184 mMessageContainer.setClipBounds(clipRect); in updateClipRect()
H A DMessagingLayout.java587 mMessagingLinearLayout.setClipBounds(clippingDisabled ? null : mMessagingClipRect); in setMessagingClippingDisabled()
H A DConversationLayout.java1156 mMessagingLinearLayout.setClipBounds(clippingDisabled ? null : mMessagingClipRect); in setMessagingClippingDisabled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java598 mQSPanelScrollView.setClipBounds(mQsBounds); in updateQsBounds()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp121 return SET_AND_DIRTY(setClipBounds, clipBounds, RenderNode::GENERIC); in android_view_RenderNode_setClipBounds()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1423 setClipBounds(null);
1426 setClipBounds(mRequestedClipBounds);
1428 setClipBounds(null);

12