Searched refs:imagesDir (Results 1 – 1 of 1) sorted by relevance
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/ |
D | ImageKeyboard.java | 192 final File imagesDir = new File(getFilesDir(), "images"); in onCreate() local 193 imagesDir.mkdirs(); in onCreate() 194 mGifFile = getFileForResource(this, R.raw.animated_gif, imagesDir, "image.gif"); in onCreate() 195 mPngFile = getFileForResource(this, R.raw.dessert_android, imagesDir, "image.png"); in onCreate() 196 mWebpFile = getFileForResource(this, R.raw.animated_webp, imagesDir, "image.webp"); in onCreate()
|