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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java196 mSurfaceControl.setWindowCrop(clipRect);
218 mSurfaceControl.setWindowCrop(clipRect);
626 public void setWindowCrop(Rect crop) { method in class:WindowSurfaceController.SurfaceTrace
629 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setWindowCrop("
635 super.setWindowCrop(crop);
832 public void setWindowCrop(Rect crop) { method in class:WindowSurfaceController.SurfaceControlWithBackground
833 super.setWindowCrop(crop);
834 mBackgroundControl.setWindowCrop(crop);
H A DAppWindowAnimator.java293 thumbnail.setWindowCrop(thumbnailTransformation.getClipRect());
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java485 public void setWindowCrop(Rect crop) { method in class:SurfaceControl

Completed in 191 milliseconds