Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java78 private int mInitialFrozenRotation = INITIAL_FROZEN_ROTATION_UNSPECIFIED; field in UiAutomationConnection
425 mInitialFrozenRotation = mWindowManager.getDefaultDisplayRotation(); in storeRotationStateLocked()
434 if (mInitialFrozenRotation != INITIAL_FROZEN_ROTATION_UNSPECIFIED) { in restoreRotationStateLocked()
437 mWindowManager.freezeRotation(mInitialFrozenRotation); in restoreRotationStateLocked()