Home
last modified time | relevance | path

Searched refs:mCurrentBitmapDrawable (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
236 mCurrentBitmapDrawable = mIsFrontShowing ? mFrontBitmapDrawable : mBackBitmapDrawable;
237 setImageDrawable(mCurrentBitmapDrawable);