Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardView.java66 private BitmapDrawable mFrontBitmapDrawable, mBackBitmapDrawable, mCurrentBitmapDrawable; field in CardView
93 mBackBitmapDrawable = bitmapWithBorder((BitmapDrawable) getResources() in init()
236 mCurrentBitmapDrawable = mIsFrontShowing ? mFrontBitmapDrawable : mBackBitmapDrawable;