Searched refs:mBgAnimator (Results 1 – 1 of 1) sorted by relevance
55 private ObjectAnimator mBgAnimator; field in KeyguardUserSwitcher151 if (mBgAnimator != null) { in cancelAnimations()152 mBgAnimator.cancel(); in cancelAnimations()174 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255); in startAppearAnimation()175 mBgAnimator.setDuration(400); in startAppearAnimation()176 mBgAnimator.setInterpolator(Interpolators.ALPHA_IN); in startAppearAnimation()177 mBgAnimator.addListener(new AnimatorListenerAdapter() { in startAppearAnimation()180 mBgAnimator = null; in startAppearAnimation()184 mBgAnimator.start(); in startAppearAnimation()