Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java65 private boolean mIsSmallLockScreenLandscapeEnabled = false; field in KeyguardPINView
93 mIsSmallLockScreenLandscapeEnabled = isLockScreenLandscapeEnabled; in setIsLockScreenLandscapeEnabled()
98 if (mIsSmallLockScreenLandscapeEnabled) { in findContainerLayout()
115 if (mIsSmallLockScreenLandscapeEnabled) { in onDevicePostureChanged()
172 if (mIsSmallLockScreenLandscapeEnabled) { in updateMargins()
219 if (!mIsSmallLockScreenLandscapeEnabled) return; in updateConstraints()
DKeyguardPatternView.java89 private boolean mIsSmallLockScreenLandscapeEnabled = false; field in KeyguardPatternView
117 mIsSmallLockScreenLandscapeEnabled = isLockScreenLandscapeEnabled; in setIsLockScreenLandscapeEnabled()
122 if (mIsSmallLockScreenLandscapeEnabled) { in findContainerLayout()
138 if (mIsSmallLockScreenLandscapeEnabled) { in onDevicePostureChanged()
153 if (mIsSmallLockScreenLandscapeEnabled) { in updateMargins()
202 if (!mIsSmallLockScreenLandscapeEnabled) return; in updateConstraints()