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