Home
last modified time | relevance | path

Searched refs:setFixedTransformHint (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java82 transaction.setFixedTransformHint(win.mSurfaceControl, mFixedTransformHint); in unrotate()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java254 public SurfaceControl.Transaction setFixedTransformHint(SurfaceControl sc, in setFixedTransformHint() method in StubTransaction
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h530 Transaction& setFixedTransformHint(const sp<SurfaceControl>& sc, int32_t transformHint);
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h451 virtual bool setFixedTransformHint(ui::Transform::RotationFlags fixedTransformHint);
H A DLayer.cpp1085 bool Layer::setFixedTransformHint(ui::Transform::RotationFlags fixedTransformHint) { in setFixedTransformHint() function in android::Layer
H A DSurfaceFlinger.cpp4172 if (layer->setFixedTransformHint(s.fixedTransformHint)) { in setClientStateLocked()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2886 public Transaction setFixedTransformHint(@NonNull SurfaceControl sc, in setFixedTransformHint() method in SurfaceControl.Transaction
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1649 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFixedTransformHint( in setFixedTransformHint() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp870 transaction->setFixedTransformHint(ctrl, transformHint); in nativeSetFixedTransformHint()