Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRotationLockTile.java88 int lockOrientation = controller.getRotationLockOrientation(); in isCurrentOrientationLockPortrait() local
89 if (lockOrientation == Configuration.ORIENTATION_UNDEFINED) { in isCurrentOrientationLockPortrait()
94 return lockOrientation != Configuration.ORIENTATION_LANDSCAPE; in isCurrentOrientationLockPortrait()