Searched refs:snapshotView (Results 1 – 1 of 1) sorted by relevance
71 final View animationStagingView, final boolean snapshotView, final int duration) { in startAnimationForView() argument73 new ViewExplodeAnimationJellyBeanMR2(viewToAnimate, container, snapshotView, duration) in startAnimationForView()94 final boolean snapshotView, final int duration) { in ViewExplodeAnimationJellyBeanMR2() argument98 if (snapshotView) { in ViewExplodeAnimationJellyBeanMR2()99 mViewBitmap = snapshotView(viewToAnimate); in ViewExplodeAnimationJellyBeanMR2()196 static Bitmap snapshotView(final View view) { in snapshotView() method in ViewGroupItemVerticalExplodeAnimation