HomeSort by relevance Sort by last modified time
    Searched refs:mHideAnimation (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 43 private Animator mHideAnimation;
186 if (mHideAnimation == null) {
187 mHideAnimation = AnimatorInflater.loadAnimator(getContext(), R.animator.fade_out);
188 mHideAnimation.addListener(new AnimatorListenerAdapter() {
194 mHideAnimation.setTarget(this);
196 return mHideAnimation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 276 private Animation mHideAnimation;
532 mHideAnimation = AnimationUtils.loadAnimation(mContext,
    [all...]

Completed in 80 milliseconds