Searched refs:mInitialFrozenRotation (Results 1 – 2 of 2) sorted by relevance
82 private int mInitialFrozenRotation = INITIAL_FROZEN_ROTATION_UNSPECIFIED; field in UiAutomationConnection477 mInitialFrozenRotation = mWindowManager.getDefaultDisplayRotation(); in storeRotationStateLocked()486 if (mInitialFrozenRotation != INITIAL_FROZEN_ROTATION_UNSPECIFIED) { in restoreRotationStateLocked()489 mWindowManager.freezeRotation(mInitialFrozenRotation); in restoreRotationStateLocked()
9784 Landroid/app/UiAutomationConnection;->mInitialFrozenRotation:I