Searched refs:mBackBitmapDrawable (Results 1 – 1 of 1) sorted by relevance
66 private BitmapDrawable mFrontBitmapDrawable, mBackBitmapDrawable, mCurrentBitmapDrawable; field in CardView93 mBackBitmapDrawable = bitmapWithBorder((BitmapDrawable) getResources() in init()236 mCurrentBitmapDrawable = mIsFrontShowing ? mFrontBitmapDrawable : mBackBitmapDrawable;