Home
last modified time | relevance | path

Searched defs:setWindowCrop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTransactionCompat.java80 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { in setWindowCrop() method in TransactionCompat
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java123 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in StubTransaction
128 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in StubTransaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java1273 public void setWindowCrop(Rect crop) { in setWindowCrop() method in SurfaceControl
1287 public void setWindowCrop(int width, int height) { in setWindowCrop() method in SurfaceControl
2333 public Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in SurfaceControl.Transaction
2348 public Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in SurfaceControl.Transaction