Home
last modified time | relevance | path

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

/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java64 private boolean isCommitContentSupported( in isCommitContentSupported() method in ImageKeyboard
246 mGifButton.setEnabled(mGifFile != null && isCommitContentSupported(info, MIME_TYPE_GIF)); in onStartInputView()
247 mPngButton.setEnabled(mPngFile != null && isCommitContentSupported(info, MIME_TYPE_PNG)); in onStartInputView()
248 mWebpButton.setEnabled(mWebpFile != null && isCommitContentSupported(info, MIME_TYPE_WEBP)); in onStartInputView()