Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java183 final int rotation = mDisplayContent.rotationForActivityInDifferentOrientation( in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
DDisplayContent.java1526 int rotationForActivityInDifferentOrientation(@NonNull ActivityRecord r) { in rotationForActivityInDifferentOrientation() method in DisplayContent
1602 final int rotation = rotationForActivityInDifferentOrientation(r); in handleTopActivityLaunchingInDifferentOrientation()
1772 int rotation = rotationForActivityInDifferentOrientation(activityRecord); in rotateInDifferentOrientationIfNeeded()
DActivityRecord.java2114 final int rotation = mDisplayContent.rotationForActivityInDifferentOrientation(this); in isSnapshotCompatible()
7738 final int rotation = display.rotationForActivityInDifferentOrientation(this); in onConfigurationChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java737 .rotationForActivityInDifferentOrientation(eq(mWindow.mActivityRecord)); in testFixedRotationInsetsSourceFrame()
DDisplayContentTests.java1494 .rotationForActivityInDifferentOrientation(eq(homeActivity)); in testFixedRotationWithPip()
1514 .rotationForActivityInDifferentOrientation(eq(pinnedActivity)); in testFixedRotationWithPip()
1578 doReturn(ROTATION_90).when(mDisplayContent).rotationForActivityInDifferentOrientation( in testRecentsNotRotatingWithFixedRotation()
DActivityRecordTests.java2644 .rotationForActivityInDifferentOrientation(topActivity); in testTransferStartingWindowSetFixedRotation()
/frameworks/base/services/
Dart-profile45873 HPLcom/android/server/wm/DisplayContent;->rotationForActivityInDifferentOrientation(Lcom/android/se…