Searched defs:ROTATION_FREEZE_0 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DScreenshooter.java41 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0; field in class:Screenshooter
70 case ROTATION_FREEZE_0: {
103 if (rotation != ROTATION_FREEZE_0) {
/frameworks/base/core/java/android/app/
H A DUiAutomation.java97 public static final int ROTATION_FREEZE_0 = Surface.ROTATION_0; field in class:UiAutomation
517 * @see #ROTATION_FREEZE_0
529 case ROTATION_FREEZE_0:
692 case ROTATION_FREEZE_0: {
729 if (rotation != ROTATION_FREEZE_0) {

Completed in 155 milliseconds