Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java81 transaction.setFixedTransformHint(win.mSurfaceControl, mFixedTransformHint); in unrotate()
H A DWindowToken.java600 getPendingTransaction().setFixedTransformHint(leash, in getOrCreateFixedRotationLeash()
H A DWindowContainer.java3676 getPendingTransaction().setFixedTransformHint(mSurfaceControl, in updateSurfacePosition()
H A DDisplayContent.java2215 getPendingTransaction().setFixedTransformHint(mSurfaceControl, rotation); in applyRotation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java275 public SurfaceControl.Transaction setFixedTransformHint(SurfaceControl sc, in setFixedTransformHint() method in StubTransaction
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DStubTransaction.java275 public SurfaceControl.Transaction setFixedTransformHint(SurfaceControl sc, in setFixedTransformHint() method in StubTransaction
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2947 public Transaction setFixedTransformHint(@NonNull SurfaceControl sc, in setFixedTransformHint() method in SurfaceControl.Transaction
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp968 transaction->setFixedTransformHint(ctrl, transformHint); in nativeSetFixedTransformHint()