Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java105 private boolean mIsSecurityViewLeftAligned = true; field in KeyguardSecurityContainer
263 mIsSecurityViewLeftAligned = isOneHandedKeyguardLeftAligned(mContext); in updateLayoutForSecurityMode()
343 int targetTranslation = mIsSecurityViewLeftAligned ? 0 : (int) (getMeasuredWidth() / 2f); in updateSecurityViewLocation()
503 if ((mIsSecurityViewLeftAligned && (x > getWidth() / 2f)) in moveBouncerForXCoordinate()
504 || (!mIsSecurityViewLeftAligned && (x < getWidth() / 2f))) { in moveBouncerForXCoordinate()
505 mIsSecurityViewLeftAligned = !mIsSecurityViewLeftAligned; in moveBouncerForXCoordinate()
510 mIsSecurityViewLeftAligned ? Settings.Global.ONE_HANDED_KEYGUARD_SIDE_LEFT in moveBouncerForXCoordinate()