Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java569 private final Rect mWindowCrop = new Rect(); field in WindowSurfaceController.SurfaceTrace
664 if (!crop.equals(mWindowCrop)) { in setWindowCrop()
668 mWindowCrop.set(crop); in setWindowCrop()
797 pw.print(" mCrop="); s.mWindowCrop.printShortString(pw); pw.println(); in dumpAllSurfaces()
812 + " crop=" + mWindowCrop.toShortString() in toString()