Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java90 private final Bitmap mViewBitmap; field in ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2
99 mViewBitmap = snapshotView(viewToAnimate); in ViewExplodeAnimationJellyBeanMR2()
103 mViewBitmap = null; in ViewExplodeAnimationJellyBeanMR2()
170 mSnapshot.setBackground(new BitmapDrawable(resources, mViewBitmap)); in startAnimation()
184 if (mViewBitmap != null) { in startAnimation()
185 mViewBitmap.recycle(); in startAnimation()