Home
last modified time | relevance | path

Searched refs:mFrontBitmapDrawable (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
91 mFrontBitmapDrawable = bitmapWithBorder((BitmapDrawable)getResources() in init()
236 mCurrentBitmapDrawable = mIsFrontShowing ? mFrontBitmapDrawable : mBackBitmapDrawable;