Searched refs:windowCrop (Results 1 – 2 of 2) sorted by relevance
78 public SurfaceProperties setWindowCrop(Rect windowCrop) { in setWindowCrop() argument79 mTransaction.setWindowCrop(mSurface, windowCrop); in setWindowCrop()127 public Rect windowCrop = null; field in SurfaceTransaction.MockProperties148 public SurfaceProperties setWindowCrop(Rect windowCrop) { in setWindowCrop() argument149 this.windowCrop = windowCrop; in setWindowCrop()
479 mFakeTaskViewRect.set(p.windowCrop); in applySurfaceParams()