Home
last modified time | relevance | path

Searched defs:shortcuts (Results 1 – 14 of 14) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dunigram_property.h59 const HistoricalInfo historicalInfo, const std::vector<ShortcutProperty> &&shortcuts) in UnigramProperty()
77 const HistoricalInfo historicalInfo, const std::vector<ShortcutProperty> &&shortcuts) in UnigramProperty()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); in readDictionaryCombined() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DManagedProfileHeuristic.java184 final ArrayList<ShortcutInfo> shortcuts = mWorkFolderApps; in finalizeWorkFolder() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPersonalDictionaryLookup.java358 final Set<String> shortcuts = new HashSet<>(); in getShortcutsForLocale() local
DRichInputMethodManager.java555 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = in updateShortcutIme() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp459 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp544 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp600 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp370 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addUnigramEntry() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java1179 final ArrayList<ContentValues> shortcuts = new ArrayList<ContentValues>(); in migrateLauncher2Shortcuts() local
DLauncherModel.java182 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end, in bindItems()
DLauncher.java3869 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end, in bindItems()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java161 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end); in bindItems()
DLauncher.java3482 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end) { in bindItems()