Home
last modified time | relevance | path

Searched refs:oldBackground (Results 1 – 2 of 2) 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()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java10904 final boolean oldBackground = oldBgNetworks.contains(nai);
10909 if (oldBackground != nai.isBackgroundNetwork()) {