Searched refs:mUserSwitcherViewGroup (Results 1 – 1 of 1) sorted by relevance
969 private ViewGroup mUserSwitcherViewGroup; field in KeyguardSecurityContainer.UserSwitcherViewMode1000 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 …]