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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java81 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { method in class:TransactionCompat
82 mTransaction.setWindowCrop(surfaceControl.mSurfaceControl, crop);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java1146 public void setWindowCrop(Rect crop) { method in class:SurfaceView.SurfaceControlWithBackground
1147 super.setWindowCrop(crop);
1148 mBackgroundControl.setWindowCrop(crop);
H A DSurfaceControl.java925 public void setWindowCrop(Rect crop) { method in class:SurfaceControl
928 sGlobalTransaction.setWindowCrop(this, crop);
1448 public Transaction setWindowCrop(SurfaceControl sc, Rect crop) { method in class:SurfaceControl.Transaction

Completed in 47 milliseconds