Searched refs:mInitialFrozenRotation (Results 1 – 2 of 2) sorted by relevance
94 private int mInitialFrozenRotation = INITIAL_FROZEN_ROTATION_UNSPECIFIED; field in UiAutomationConnection603 mInitialFrozenRotation = mWindowManager.getDefaultDisplayRotation(); in storeRotationStateLocked()612 if (mInitialFrozenRotation != INITIAL_FROZEN_ROTATION_UNSPECIFIED) { in restoreRotationStateLocked()615 mWindowManager.freezeRotation(mInitialFrozenRotation); in restoreRotationStateLocked()
9154 Landroid/app/UiAutomationConnection;->mInitialFrozenRotation:I