Home
last modified time | relevance | path

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

/developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
DImageKeyboard.java57 private File mPngFile; field in ImageKeyboard
195 mPngFile = getFileForResource(this, R.raw.dessert_android, imagesDir, "image.png"); in onCreate()
215 ImageKeyboard.this.doCommitContent("A droid logo", MIME_TYPE_PNG, mPngFile); in onCreateInputView()
247 mPngButton.setEnabled(mPngFile != null && isCommitContentSupported(info, MIME_TYPE_PNG)); in onStartInputView()