Home
last modified time | relevance | path

Searched refs:setWindowCrop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java190 mSurfaceControl.setWindowCrop(clipRect); in setCropInTransaction()
212 mSurfaceControl.setWindowCrop(clipRect); in clearCropInTransaction()
602 public void setWindowCrop(Rect crop) { in setWindowCrop() method in WindowSurfaceController.SurfaceTrace
611 super.setWindowCrop(crop); in setWindowCrop()
808 public void setWindowCrop(Rect crop) { in setWindowCrop() method in WindowSurfaceController.SurfaceControlWithBackground
809 super.setWindowCrop(crop); in setWindowCrop()
810 mBackgroundControl.setWindowCrop(crop); in setWindowCrop()
DAppWindowAnimator.java293 thumbnail.setWindowCrop(thumbnailTransformation.getClipRect()); in stepThumbnailAnimation()
/frameworks/base/core/java/android/view/
DSurfaceControl.java473 public void setWindowCrop(Rect crop) { in setWindowCrop() method in SurfaceControl