Searched refs:optionsRGB (Results 1 – 1 of 1) sorted by relevance
51 BitmapFactory.Options optionsRGB = new BitmapFactory.Options(); in onCreate() local52 optionsRGB.inPreferredConfig = Bitmap.Config.RGB_565; in onCreate()53 optionsRGB.inScaled = false; in onCreate()54 Bitmap bitmap = BitmapFactory.decodeResource(mResources, R.raw.basetex, optionsRGB); in onCreate()