Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DLocalMediaProjectionService.java35 private Bitmap mTestBitmap; field in LocalMediaProjectionService
56 if (mTestBitmap != null) { in onDestroy()
57 mTestBitmap.recycle(); in onDestroy()
58 mTestBitmap = null; in onDestroy()
64 mTestBitmap = Bitmap.createBitmap(50, 50, Bitmap.Config.ARGB_8888); in createNotificationIcon()
65 final Canvas canvas = new Canvas(mTestBitmap); in createNotificationIcon()
67 return Icon.createWithBitmap(mTestBitmap); in createNotificationIcon()