Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java80 List<ShortcutInfoCompat> shortcuts, int expectedStatic, int expectedDynamic) { in filterShortcutsAndAssertNumStaticAndDynamic()
84 private void filterShortcutsAndAssertNumStaticAndDynamic(List<ShortcutInfoCompat> shortcuts, in filterShortcutsAndAssertNumStaticAndDynamic()
105 private void assertIsSorted(List<ShortcutInfoCompat> shortcuts) { in assertIsSorted()
126 List<ShortcutInfoCompat> shortcuts = new ArrayList<>(); in createShortcutsList() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DShortcutsChangedTask.java45 public ShortcutsChangedTask(String packageName, List<ShortcutInfoCompat> shortcuts, in ShortcutsChangedTask()
75 List<ShortcutInfoCompat> shortcuts = deepShortcutManager.queryForFullDetails( in execute() local
DUserLockStateChangedTask.java58 List<ShortcutInfoCompat> shortcuts = in execute() local
DBgDataModel.java351 String packageName, UserHandle user, List<ShortcutInfoCompat> shortcuts) { in updateDeepShortcutMap()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java137 List<ShortcutInfoCompat> shortcuts, @Nullable String shortcutIdToRemoveFirst) { in sortAndFilterShortcuts()
204 List<ShortcutInfoCompat> shortcuts = DeepShortcutManager.getInstance(launcher) in createUpdateRunnable() field in PopupPopulator
208 shortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts, shortcutIdToDeDupe); in createUpdateRunnable() field in PopupPopulator
/packages/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.java35 private final Set<String> shortcuts = new ArraySet<>(5); field in ShortcutEventTracker
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutCache.java55 public void removeShortcuts(List<ShortcutInfoCompat> shortcuts) { in removeShortcuts()
DDeepShortcutManager.java76 public void onShortcutsChanged(List<ShortcutInfoCompat> shortcuts) { in onShortcutsChanged()
189 private List<String> extractIds(List<ShortcutInfoCompat> shortcuts) { in extractIds()
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DShortcutInfoFactory.java61 List<ShortcutInfo> shortcuts = new ArrayList<>(shortcutsById.size()); in buildShortcutInfos() local
/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.java206 public void onShortcutsChanged(String packageName, List<ShortcutInfoCompat> shortcuts, in onShortcutsChanged()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompatVL.java169 public void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
DLauncherAppsCompat.java50 void onShortcutsChanged(String packageName, List<ShortcutInfoCompat> shortcuts, in onShortcutsChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java185 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end, in bindItems()
440 public void onShortcutsChanged(String packageName, List<ShortcutInfoCompat> shortcuts, in onShortcutsChanged()
445 public void updatePinnedShortcuts(String packageName, List<ShortcutInfoCompat> shortcuts, in updatePinnedShortcuts()
1792 List<ShortcutInfoCompat> shortcuts = in loadDeepShortcuts() 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/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java570 public ShortcutUpdateTask(DynamicShortcuts shortcuts) { in ShortcutUpdateTask()
/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/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()