Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java63 private static final int INITIAL_FROZEN_ROTATION_UNSPECIFIED = -1; field in UiAutomationConnection
78 private int mInitialFrozenRotation = INITIAL_FROZEN_ROTATION_UNSPECIFIED;
434 if (mInitialFrozenRotation != INITIAL_FROZEN_ROTATION_UNSPECIFIED) { in restoreRotationStateLocked()