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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java39 protected Bitmap mSoftwareBitmap; field in class:CompareActivity
67 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
80 int width = mSoftwareBitmap.getWidth();
81 int height = mSoftwareBitmap.getHeight();
83 mSoftwareBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
88 mHardwareView.draw(new Canvas(mSoftwareBitmap));

Completed in 27 milliseconds