Searched refs:mPngFile (Results 1 – 1 of 1) sorted by relevance
57 private File mPngFile; field in ImageKeyboard195 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()