Home
last modified time | relevance | path

Searched refs:setFixedRotationLaunchingApp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java175 mDisplayContent.setFixedRotationLaunchingApp(topFullscreen, rotation); in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
DBackNavigationController.java1169 dc.setFixedRotationLaunchingApp(next, in initiate()
DDisplayContent.java1974 setFixedRotationLaunchingApp(r, rotation); in handleTopActivityLaunchingInDifferentOrientation()
2023 void setFixedRotationLaunchingApp(@NonNull ActivityRecord r, @Rotation int rotation) { in setFixedRotationLaunchingApp() method in DisplayContent
DActivityRecord.java8288 display.setFixedRotationLaunchingApp(this, rotation); in onConfigurationChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1725 mDisplayContent.setFixedRotationLaunchingApp(app2, (mDisplayContent.getRotation() + 1) % 4); in testFinishFixedRotationNoAppTransitioningTask()
DActivityRecordTests.java2997 mDisplayContent.setFixedRotationLaunchingApp(activity, rotation); in testTransferStartingWindowSetFixedRotation()