Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardView.java91 mFrontBitmapDrawable = bitmapWithBorder((BitmapDrawable)getResources() in init()
93 mBackBitmapDrawable = bitmapWithBorder((BitmapDrawable) getResources() in init()
103 private BitmapDrawable bitmapWithBorder(BitmapDrawable bitmapDrawable) { in bitmapWithBorder() method in CardView
104 Bitmap bitmapWithBorder = Bitmap.createBitmap(bitmapDrawable.getIntrinsicWidth() + in bitmapWithBorder() local
107 Canvas canvas = new Canvas(bitmapWithBorder); in bitmapWithBorder()
109 return new BitmapDrawable(getResources(), bitmapWithBorder); in bitmapWithBorder()