Home
last modified time | relevance | path

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

/developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/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()