Searched refs:setGeometry (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | SetGeometry_test.cpp | 58 Transaction{}.setGeometry(mLayer, source, dest, 0).apply(); in TEST_F() 71 Transaction{}.setGeometry(mLayer, source, dest, 0).apply(); in TEST_F() 84 Transaction{}.setGeometry(mLayer, source, dest, 0).apply(); in TEST_F() 94 Transaction{}.setGeometry(mLayer, source, dest, 0).apply(); in TEST_F()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | StubTransaction.java | 103 public SurfaceControl.Transaction setGeometry(SurfaceControl sc, Rect sourceCrop, in setGeometry() method in StubTransaction
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 315 mTransaction.setGeometry(mSurfaceControl, sourceBounds, displayFrame, Surface.ROTATION_0) in updateMirror()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 515 Transaction& setGeometry(const sp<SurfaceControl>& sc,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 213 mTransaction.setGeometry(mMirrorSurface, mSourceBounds, mTmpRect, in WindowMagnificationController()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 2894 public Transaction setGeometry(@NonNull SurfaceControl sc, @Nullable Rect sourceCrop, in setGeometry() method in SurfaceControl.Transaction
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 1535 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometry( in setGeometry() function in android::SurfaceComposerClient::Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 571 transaction->setGeometry(ctrl, source, dst, orientation); in nativeSetGeometry()
|
/frameworks/base/core/api/ |
D | current.txt | 48355 …method @NonNull public android.view.SurfaceControl.Transaction setGeometry(@NonNull android.view.S…
|