Searched refs:hasKey (Results 1 – 3 of 3) sorted by relevance
207 String hasKey = PREFIX_HAS_PHOTO_EDITOR + mimeType; in isEditorAvailable() local215 .putBoolean(hasKey, !infos.isEmpty()) in isEditorAvailable()219 return prefs.getBoolean(hasKey, true); in isEditorAvailable()
211 public boolean hasKey(@Nonnull final Key aKey) { in hasKey() method in Keyboard
305 if (!keyboard.hasKey(key)) { in onDrawKeyboard()