Searched refs:hasKey (Results 1 – 3 of 3) sorted by relevance
206 String hasKey = PREFIX_HAS_PHOTO_EDITOR + mimeType; in isEditorAvailable() local214 .putBoolean(hasKey, !infos.isEmpty()) in isEditorAvailable()218 return prefs.getBoolean(hasKey, true); in isEditorAvailable()
259 if (mKeyboard.hasKey(key)) { in onDrawKeyboard()286 if (mKeyboard.hasKey(key)) { in onDrawKeyboard()
144 public boolean hasKey(final Key aKey) { in hasKey() method in Keyboard