[go: nahoru, domu]

Searched defs:mHardwareBitmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java40 protected Bitmap mHardwareBitmap; field in class:CompareActivity
68 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
84 mHardwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
106 boolean success = (Boolean) copyInto.invoke(hardwareLayer, mHardwareBitmap);

Completed in 62 milliseconds