Searched refs:ROTATION_UNDEFINED (Results 1 – 9 of 9) sorted by relevance
19 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;54 rotation = ROTATION_UNDEFINED; in ThumbnailData()
72 private int mRotation = ROTATION_UNDEFINED;75 public static final int ROTATION_UNDEFINED = -1; field in WindowConfiguration404 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()
19 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;147 assertEquals(ROTATION_UNDEFINED, config.windowConfiguration.getRotation()); in testMaskedSet()
23 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;240 assertEquals(ROTATION_UNDEFINED, config.getRotation()); in testMaskedSetTo()
24 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()
43 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()
28 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;2323 if (rotation == ROTATION_UNDEFINED) { in computeConfigResourceOverrides()2326 if (rotation != ROTATION_UNDEFINED && customContainerPolicy) { in computeConfigResourceOverrides()
33 import static android.app.WindowConfiguration.ROTATION_UNDEFINED;5553 ROTATION_UNDEFINED /* overrideOriginalRotation */); in startFreezingDisplay()5597 final int originalRotation = overrideOriginalRotation != ROTATION_UNDEFINED in startFreezingDisplay()
563 field public static final int ROTATION_UNDEFINED = -1; // 0xffffffff