Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSeamlessRotator.java85 transaction.setFixedTransformHint(win.mSurfaceControl, mFixedTransformHint); in unrotate()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java271 public SurfaceControl.Transaction setFixedTransformHint(SurfaceControl sc, in setFixedTransformHint() method in StubTransaction
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h530 Transaction& setFixedTransformHint(const sp<SurfaceControl>& sc, int32_t transformHint);
/frameworks/native/services/surfaceflinger/
DLayer.h408 virtual bool setFixedTransformHint(ui::Transform::RotationFlags fixedTransformHint);
DLayer.cpp1352 bool Layer::setFixedTransformHint(ui::Transform::RotationFlags fixedTransformHint) { in setFixedTransformHint() function in android::Layer
DSurfaceFlinger.cpp3856 if (layer->setFixedTransformHint(s.fixedTransformHint)) { in setClientStateLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2470 public Transaction setFixedTransformHint(@NonNull SurfaceControl sc, in setFixedTransformHint() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1471 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFixedTransformHint( in setFixedTransformHint() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp663 transaction->setFixedTransformHint(ctrl, transformHint); in nativeSetFixedTransformHint()