Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSurfaceTransaction.java78 public SurfaceProperties setWindowCrop(Rect windowCrop) { in setWindowCrop() argument
79 mTransaction.setWindowCrop(mSurface, windowCrop); in setWindowCrop()
127 public Rect windowCrop = null; field in SurfaceTransaction.MockProperties
148 public SurfaceProperties setWindowCrop(Rect windowCrop) { in setWindowCrop() argument
149 this.windowCrop = windowCrop; in setWindowCrop()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java479 mFakeTaskViewRect.set(p.windowCrop); in applySurfaceParams()