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.java128 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in StubTransaction
133 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in StubTransaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java1288 public void setWindowCrop(Rect crop) { in setWindowCrop() method in SurfaceControl
1302 public void setWindowCrop(int width, int height) { in setWindowCrop() method in SurfaceControl
2363 public Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in SurfaceControl.Transaction
2378 public Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in SurfaceControl.Transaction