Searched defs:setWindowCrop (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java190 mSurfaceControl.setWindowCrop(clipRect);
212 mSurfaceControl.setWindowCrop(clipRect);
606 public void setWindowCrop(Rect crop) { method in class:WindowSurfaceController.SurfaceTrace
609 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setWindowCrop("
615 super.setWindowCrop(crop);
812 public void setWindowCrop(Rect crop) { method in class:WindowSurfaceController.SurfaceControlWithBackground
813 super.setWindowCrop(crop);
814 mBackgroundControl.setWindowCrop(crop);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java485 public void setWindowCrop(Rect crop) { method in class:SurfaceControl

Completed in 88 milliseconds