Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java969 private ViewGroup mUserSwitcherViewGroup; field in KeyguardSecurityContainer.UserSwitcherViewMode
1000 if (mUserSwitcherViewGroup == null) { in init()
1035 mView.removeView(mUserSwitcherViewGroup); in onDensityOrFontScaleChanged()
1065 mUserSwitcherViewGroup.setAlpha(0f); in startAppearAnimation()
1073 mUserSwitcherViewGroup.setAlpha(1f); in startAppearAnimation()
1074 mUserSwitcherViewGroup.setTranslationY(0f); in startAppearAnimation()
1079 mUserSwitcherViewGroup.setAlpha(value); in startAppearAnimation()
1080 mUserSwitcherViewGroup.setTranslationY(yTrans - yTrans * value); in startAppearAnimation()
1242 leftAlign ? mViewFlipper.getId() : mUserSwitcherViewGroup.getId(); in updateSecurityViewLocation()
1257 constraintSet.constrainHeight(mUserSwitcherViewGroup.getId(), in updateSecurityViewLocation()
[all …]