Home
last modified time | relevance | path

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

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java104 private Bitmap mFullBitmap; field in FoldingLayout
278 mFullBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888); in prepareFold()
279 Canvas canvas = new Canvas(mFullBitmap); in prepareFold()
513 canvas.drawBitmap(mFullBitmap, src, mDstRect, null);