Searched refs:winRotation (Results 1 – 1 of 1) sorted by relevance
238 final int winRotation = mWindowManager.getDefaultDisplay().getRotation(); in onCreate() local239 mRotationLockController.setRotationLockedAtAngle(true, winRotation); in onCreate()411 final int winRotation = mWindowManager.getDefaultDisplay().getRotation(); in onRotationProposal() local415 + ", winRotation=" + Surface.rotationToString(winRotation) in onRotationProposal()435 if (rotation == winRotation) { in onRotationProposal()444 final boolean rotationCCW = isRotationAnimationCCW(winRotation, rotation); in onRotationProposal()446 if (winRotation == Surface.ROTATION_0 || winRotation == Surface.ROTATION_180) { in onRotationProposal()