Home
last modified time | relevance | path

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

/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java58 private File mGifFile; field in ImageKeyboard
194 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()