Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewTransition.kt128 val leftAlign = endRect.left < startRect.left regex
129 if (leftAlign) {
H A DKeyguardSecurityContainer.java915 protected abstract void updateSecurityViewLocation(boolean leftAlign, boolean animate); in updateSecurityViewLocation() argument
1213 public void updateSecurityViewLocation(boolean leftAlign, boolean animate) { in updateSecurityViewLocation() argument
1242 leftAlign ? mViewFlipper.getId() : mUserSwitcherViewGroup.getId(); in updateSecurityViewLocation()
1244 leftAlign ? mUserSwitcherViewGroup.getId() : mViewFlipper.getId(); in updateSecurityViewLocation()
1318 protected void updateSecurityViewLocation(boolean leftAlign, boolean animate) { in updateSecurityViewLocation() argument
1324 if (leftAlign) { in updateSecurityViewLocation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java188 mDrawParams.leftAlign = mOnLeft; in dispatchDraw()