Home
last modified time | relevance | path

Searched refs:setGeometryAppliesWithResize (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java187 public SurfaceControl.Transaction setGeometryAppliesWithResize(SurfaceControl sc) { in setGeometryAppliesWithResize() method in StubTransaction
/frameworks/base/core/java/android/view/
DSurfaceControl.java1127 public void setGeometryAppliesWithResize() { in setGeometryAppliesWithResize() method in SurfaceControl
1130 sGlobalTransaction.setGeometryAppliesWithResize(this); in setGeometryAppliesWithResize()
2508 public Transaction setGeometryAppliesWithResize(SurfaceControl sc) { in setGeometryAppliesWithResize() method in SurfaceControl.Transaction
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java249 mSurfaceControl.setGeometryAppliesWithResize(); in setGeometryAppliesWithResizeInTransaction()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h437 Transaction& setGeometryAppliesWithResize(const sp<SurfaceControl>& sc);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1337 ts.setGeometryAppliesWithResize(mFGSurfaceControl); in TEST_F()
1370 ts.setGeometryAppliesWithResize(mFGSurfaceControl); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp850 Transaction().setPosition(layer, 5, 10).setGeometryAppliesWithResize(layer).apply(); in TEST_P()
886 .setGeometryAppliesWithResize(layer) in TEST_P()
2320 .setGeometryAppliesWithResize(layer) in TEST_P()
2359 .setGeometryAppliesWithResize(layer) in TEST_P()
2369 Transaction().setPosition(layer, 1, 0).setGeometryAppliesWithResize(layer).apply(); in TEST_P()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1094 …rfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometryAppliesWithResize( in setGeometryAppliesWithResize() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp407 transaction->setGeometryAppliesWithResize(ctrl); in nativeSetGeometryAppliesWithResize()