Searched refs:mUserSwitcherViewGroup (Results 1 – 1 of 1) sorted by relevance
974 private ViewGroup mUserSwitcherViewGroup; field in KeyguardSecurityContainer.UserSwitcherViewMode1005 if (mUserSwitcherViewGroup == null) { in init()1040 mView.removeView(mUserSwitcherViewGroup); in onDensityOrFontScaleChanged()1070 mUserSwitcherViewGroup.setAlpha(0f); in startAppearAnimation()1078 mUserSwitcherViewGroup.setAlpha(1f); in startAppearAnimation()1079 mUserSwitcherViewGroup.setTranslationY(0f); in startAppearAnimation()1084 mUserSwitcherViewGroup.setAlpha(value); in startAppearAnimation()1085 mUserSwitcherViewGroup.setTranslationY(yTrans - yTrans * value); in startAppearAnimation()1102 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(mUserSwitcherViewGroup, View.ALPHA, in startDisappearAnimation()1233 constraintSet.connect(mUserSwitcherViewGroup.getId(), TOP, PARENT_ID, TOP, yTrans); in updateSecurityViewLocation()[all …]