Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java206 String hasKey = PREFIX_HAS_PHOTO_EDITOR + mimeType; in isEditorAvailable() local
214 .putBoolean(hasKey, !infos.isEmpty()) in isEditorAvailable()
218 return prefs.getBoolean(hasKey, true); in isEditorAvailable()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java259 if (mKeyboard.hasKey(key)) { in onDrawKeyboard()
286 if (mKeyboard.hasKey(key)) { in onDrawKeyboard()
DKeyboard.java144 public boolean hasKey(final Key aKey) { in hasKey() method in Keyboard