Searched refs:viewToAnimate (Results 1 – 2 of 2) sorted by relevance
70 public static void startAnimationForView(final ViewGroup container, final View viewToAnimate, in startAnimationForView() argument72 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() argument95 mViewToAnimate = viewToAnimate; in ViewExplodeAnimationJellyBeanMR2()99 mViewBitmap = snapshotView(viewToAnimate); in ViewExplodeAnimationJellyBeanMR2()100 mSnapshot = new View(viewToAnimate.getContext()); in ViewExplodeAnimationJellyBeanMR2()
75 public PopupTransitionAnimation(final Rect startRect, final View viewToAnimate) { in PopupTransitionAnimation() argument76 mViewToAnimate = viewToAnimate; in PopupTransitionAnimation()82 mActionBarView = viewToAnimate.getRootView().findViewById( in PopupTransitionAnimation()