Home
last modified time | relevance | path

Searched defs:mBitmapOptions (Results 1 – 1 of 1) sorted by relevance

/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
DBitmapAllocation.java45 BitmapFactory.Options mBitmapOptions; field in BitmapAllocation
62 BitmapFactory.decodeResource(getResources(), R.drawable.a, mBitmapOptions); in onCreate() local
68 BitmapFactory.decodeResource(getResources(), R.drawable.a, mBitmapOptions); in onCreate() local