Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DThumbnailData.java19 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
54 rotation = ROTATION_UNDEFINED; in ThumbnailData()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java72 private int mRotation = ROTATION_UNDEFINED;
75 public static final int ROTATION_UNDEFINED = -1; field in WindowConfiguration
404 setRotation(ROTATION_UNDEFINED); in setToDefaults()
442 if (delta.mRotation != ROTATION_UNDEFINED && delta.mRotation != mRotation) { in updateFrom()
522 if ((compareUndefined || other.mRotation != ROTATION_UNDEFINED) in diff()
614 + " mRotation=" + (mRotation == ROTATION_UNDEFINED in toString()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java19 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
147 assertEquals(ROTATION_UNDEFINED, config.windowConfiguration.getRotation()); in testMaskedSet()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java23 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
240 assertEquals(ROTATION_UNDEFINED, config.getRotation()); in testMaskedSetTo()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java24 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
1442 return ROTATION_UNDEFINED; in rotationForActivityInDifferentOrientation()
1446 return ROTATION_UNDEFINED; in rotationForActivityInDifferentOrientation()
1452 return ROTATION_UNDEFINED; in rotationForActivityInDifferentOrientation()
1503 if (rotation == ROTATION_UNDEFINED) { in handleTopActivityLaunchingInDifferentOrientation()
1538 setFixedRotationLaunchingAppUnchecked(r, ROTATION_UNDEFINED); in setFixedRotationLaunchingAppUnchecked()
1640 if (rotation != ROTATION_UNDEFINED) { in rotateInDifferentOrientationIfNeeded()
5326 if (currRotation != ROTATION_UNDEFINED && currRotation != overrideRotation) { in onRequestedOverrideConfigurationChanged()
DActivityRecord.java43 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
1930 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible()
5197 startFreezingScreen(ROTATION_UNDEFINED /* overrideOriginalDisplayRotation */); in startFreezingScreen()
5212 final boolean forceRotation = overrideOriginalDisplayRotation != ROTATION_UNDEFINED; in startFreezingScreen()
6590 if (overrideRotation != ROTATION_UNDEFINED) { in resolveSizeCompatModeConfiguration()
6741 overrideConfig.windowConfiguration.getRotation() != ROTATION_UNDEFINED; in onConfigurationChanged()
6756 != ROTATION_UNDEFINED)) { in onConfigurationChanged()
6757 overrideConfig.windowConfiguration.setRotation(ROTATION_UNDEFINED); in onConfigurationChanged()
7772 if (rotation != ROTATION_UNDEFINED) { in getContainerBounds()
DTask.java28 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
2323 if (rotation == ROTATION_UNDEFINED) { in computeConfigResourceOverrides()
2326 if (rotation != ROTATION_UNDEFINED && customContainerPolicy) { in computeConfigResourceOverrides()
DWindowManagerService.java33 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;
5553 ROTATION_UNDEFINED /* overrideOriginalRotation */); in startFreezingDisplay()
5597 final int originalRotation = overrideOriginalRotation != ROTATION_UNDEFINED in startFreezingDisplay()
/frameworks/base/api/
Dtest-current.txt563 field public static final int ROTATION_UNDEFINED = -1; // 0xffffffff