Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java70 public static void startAnimationForView(final ViewGroup container, final View viewToAnimate, in startAnimationForView() argument
72 if (OsUtil.isAtLeastJB_MR2() && (viewToAnimate.getContext() instanceof Activity)) { in startAnimationForView()
73 new ViewExplodeAnimationJellyBeanMR2(viewToAnimate, container, snapshotView, duration) in startAnimationForView()
93 public ViewExplodeAnimationJellyBeanMR2(final View viewToAnimate, final ViewGroup container, in ViewExplodeAnimationJellyBeanMR2() argument
95 mViewToAnimate = viewToAnimate; in ViewExplodeAnimationJellyBeanMR2()
99 mViewBitmap = snapshotView(viewToAnimate); in ViewExplodeAnimationJellyBeanMR2()
100 mSnapshot = new View(viewToAnimate.getContext()); in ViewExplodeAnimationJellyBeanMR2()
DPopupTransitionAnimation.java75 public PopupTransitionAnimation(final Rect startRect, final View viewToAnimate) { in PopupTransitionAnimation() argument
76 mViewToAnimate = viewToAnimate; in PopupTransitionAnimation()
82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()