Searched refs:mViewToAnimate (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DPopupTransitionAnimation.java43 private final View mViewToAnimate; field in class:PopupTransitionAnimation
76 mViewToAnimate = viewToAnimate;
127 mViewToAnimate.setVisibility(View.INVISIBLE);
128 mViewToAnimate.setAlpha(0);
140 mViewToAnimate.getGlobalVisibleRect(mDestRect);
152 mViewToAnimate.setAlpha(1);
153 mViewToAnimate.setVisibility(View.VISIBLE);
156 UiUtils.doOnceAfterLayoutChange(mViewToAnimate, this);
162 mViewToAnimate.startAnimation(PopupTransitionAnimation.this);
163 mViewToAnimate
[all...]
H A DViewGroupItemVerticalExplodeAnimation.java87 private final View mViewToAnimate; field in class:ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2
95 mViewToAnimate = viewToAnimate;
108 final Context context = mViewToAnimate.getContext();
117 final Drawable oldBackground = mViewToAnimate.getBackground();
132 mViewToAnimate.setBackground(null);
141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate);
183 mViewToAnimate.setBackground(oldBackground);

Completed in 308 milliseconds