Searched refs:isCommitContentSupported (Results 1 – 1 of 1) sorted by relevance
64 private boolean isCommitContentSupported( in isCommitContentSupported() method in ImageKeyboard246 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()