Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java43 private final View mViewToAnimate; field in PopupTransitionAnimation
76 mViewToAnimate = viewToAnimate; in PopupTransitionAnimation()
126 mViewToAnimate.setVisibility(View.INVISIBLE); in startAfterLayoutComplete()
127 mViewToAnimate.setAlpha(0); in startAfterLayoutComplete()
139 mViewToAnimate.getGlobalVisibleRect(mDestRect); in startAfterLayoutComplete()
151 mViewToAnimate.setAlpha(1); in startAfterLayoutComplete()
152 mViewToAnimate.setVisibility(View.VISIBLE); in startAfterLayoutComplete()
155 UiUtils.doOnceAfterLayoutChange(mViewToAnimate, this); in startAfterLayoutComplete()
161 mViewToAnimate.startAnimation(PopupTransitionAnimation.this); in startAfterLayoutComplete()
162 mViewToAnimate.invalidate(); in startAfterLayoutComplete()
[all …]
DViewGroupItemVerticalExplodeAnimation.java87 private final View mViewToAnimate; field in ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2
95 mViewToAnimate = viewToAnimate; in ViewExplodeAnimationJellyBeanMR2()
108 final Context context = mViewToAnimate.getContext(); in startAnimation()
117 final Drawable oldBackground = mViewToAnimate.getBackground(); in startAnimation()
132 mViewToAnimate.setBackground(null); in startAnimation()
141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate); in startAnimation()
183 mViewToAnimate.setBackground(oldBackground); in startAnimation()