Searched defs:shortcuts (Results 1 – 14 of 14) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | unigram_property.h | 59 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/ |
D | CombinedInputOutput.java | 103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); in readDictionaryCombined() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | ManagedProfileHeuristic.java | 184 final ArrayList<ShortcutInfo> shortcuts = mWorkFolderApps; in finalizeWorkFolder() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | PersonalDictionaryLookup.java | 358 final Set<String> shortcuts = new HashSet<>(); in getShortcutsForLocale() local
|
D | RichInputMethodManager.java | 555 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = in updateShortcutIme() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.cpp | 459 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 544 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 600 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
|
/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 370 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addUnigramEntry() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherProvider.java | 1179 final ArrayList<ContentValues> shortcuts = new ArrayList<ContentValues>(); in migrateLauncher2Shortcuts() local
|
D | LauncherModel.java | 182 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end, in bindItems()
|
D | Launcher.java | 3869 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end, in bindItems()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherModel.java | 161 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end); in bindItems()
|
D | Launcher.java | 3482 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end) { in bindItems()
|