Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java84 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { in setWindowCrop() method in TransactionCompat
/aosp12/frameworks/base/core/java/android/window/
H A DPictureInPictureSurfaceTransaction.java204 public Builder setWindowCrop(@NonNull Rect windowCrop) { in setWindowCrop() method in PictureInPictureSurfaceTransaction.Builder
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipAnimationControllerTest.java221 public SurfaceControl.Transaction setWindowCrop(SurfaceControl leash, int w, int h) { in setWindowCrop() method in PipAnimationControllerTest.DummySurfaceControlTx
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java126 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in StubTransaction
131 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in StubTransaction
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3064 public Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in SurfaceControl.Transaction
3085 public Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in SurfaceControl.Transaction