Searched refs:mGifFile (Results 1 – 1 of 1) sorted by relevance
58 private File mGifFile; field in ImageKeyboard194 mGifFile = getFileForResource(this, R.raw.animated_gif, imagesDir, "image.gif"); in onCreate()206 ImageKeyboard.this.doCommitContent("A waving flag", MIME_TYPE_GIF, mGifFile); in onCreateInputView()246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF)); in onStartInputView()