Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java238 final int winRotation = mWindowManager.getDefaultDisplay().getRotation(); in onCreate() local
239 mRotationLockController.setRotationLockedAtAngle(true, winRotation); in onCreate()
411 final int winRotation = mWindowManager.getDefaultDisplay().getRotation(); in onRotationProposal() local
415 + ", 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()