Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java117 final Drawable oldBackground = mViewToAnimate.getBackground(); in startAnimation() local
131 if (!(oldBackground instanceof ColorDrawable)) { in startAnimation()
183 mViewToAnimate.setBackground(oldBackground); in startAnimation()