Home
last modified time | relevance | path

Searched refs:rotationForActivityInDifferentOrientation (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java215 .rotationForActivityInDifferentOrientation(eq(mWindow.mActivityRecord)); in testFixedRotationInsetsSourceFrame()
H A DDisplayContentTests.java1166 mDisplayContent.rotationForActivityInDifferentOrientation(top)); in testOrientationBehind()
1762 .rotationForActivityInDifferentOrientation(eq(homeActivity)); in testFixedRotationWithPip()
1782 .rotationForActivityInDifferentOrientation(eq(pinnedActivity)); in testFixedRotationWithPip()
1796 doCallRealMethod().when(displayContent).rotationForActivityInDifferentOrientation(any()); in testFixedRotationWithPip()
1800 displayContent.rotationForActivityInDifferentOrientation(pinnedActivity)); in testFixedRotationWithPip()
1859 doReturn(ROTATION_90).when(mDisplayContent).rotationForActivityInDifferentOrientation( in testRecentsNotRotatingWithFixedRotation()
H A DActivityRecordTests.java2010 .rotationForActivityInDifferentOrientation(activity); in testIsSnapshotCompatible()
2066 .rotationForActivityInDifferentOrientation(any()); in testIsSnapshotCompatibleTaskSizeChanged()
2956 .rotationForActivityInDifferentOrientation(topActivity); in testTransferStartingWindowSetFixedRotation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java179 final int rotation = mDisplayContent.rotationForActivityInDifferentOrientation( in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
H A DDisplayContent.java1783 int rotationForActivityInDifferentOrientation(@NonNull ActivityRecord r) { in rotationForActivityInDifferentOrientation() method in DisplayContent
1881 final int rotation = rotationForActivityInDifferentOrientation(orientationSrc); in handleTopActivityLaunchingInDifferentOrientation()
2057 int rotation = rotationForActivityInDifferentOrientation(activityRecord); in rotateInDifferentOrientationIfNeeded()
H A DActivityRecord.java2612 final int rotation = mDisplayContent.rotationForActivityInDifferentOrientation(this); in isSnapshotCompatible()
9200 final int rotation = display.rotationForActivityInDifferentOrientation(this);
/aosp14/frameworks/base/services/
H A Dart-profile10943 HPLcom/android/server/wm/DisplayContent;->rotationForActivityInDifferentOrientation(Lcom/android/se…