Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java82 List<ShortcutInfo> shortcuts, int expectedStatic, int expectedDynamic) { in filterShortcutsAndAssertNumStaticAndDynamic()
86 private void filterShortcutsAndAssertNumStaticAndDynamic(List<ShortcutInfo> shortcuts, in filterShortcutsAndAssertNumStaticAndDynamic()
107 private void assertIsSorted(List<ShortcutInfo> shortcuts) { in assertIsSorted()
128 List<ShortcutInfo> shortcuts = new ArrayList<>(); in createShortcutsList() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java80 List<ShortcutInfo> shortcuts, @Nullable String shortcutIdToRemoveFirst) { in sortAndFilterShortcuts()
143 List<ShortcutInfo> shortcuts = DeepShortcutManager.getInstance(launcher) in createUpdateRunnable() field in PopupPopulator
147 shortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts, shortcutIdToDeDupe); in createUpdateRunnable() field in PopupPopulator
DSystemShortcutFactory.java44 protected SystemShortcutFactory(SystemShortcut... shortcuts) { in SystemShortcutFactory()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DShortcutsChangedTask.java47 public ShortcutsChangedTask(String packageName, List<ShortcutInfo> shortcuts, in ShortcutsChangedTask()
78 List<ShortcutInfo> shortcuts = deepShortcutManager.queryForFullDetails( in execute() local
DUserLockStateChangedTask.java61 List<ShortcutInfo> shortcuts = in execute() local
DBgDataModel.java369 String packageName, UserHandle user, List<ShortcutInfo> shortcuts) { in updateDeepShortcutCounts()
DLoaderTask.java842 List<ShortcutInfo> shortcuts = in loadDeepShortcuts() local
/packages/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.java35 private final Set<String> shortcuts = new ArraySet<>(5); field in ShortcutEventTracker
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DShortcutInfoFactory.java61 List<ShortcutInfo> shortcuts = new ArrayList<>(shortcutsById.size()); in buildShortcutInfos() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskOverlayFactory.java54 final ArrayList<TaskSystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DCreateShortcutPreferenceController.java101 final List<ResolveInfo> shortcuts = queryShortcuts(); in updateState() local
188 final List<ResolveInfo> shortcuts = new ArrayList<>(); in queryShortcuts() 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/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java101 final List<ResolveInfo> shortcuts = queryShortcuts(); in updateState() local
173 final List<ResolveInfo> shortcuts = new ArrayList<>(); in queryShortcuts() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); in readDictionaryCombined() local
/packages/apps/Launcher3/go/src/com/android/launcher3/shortcuts/
DDeepShortcutManager.java59 public void onShortcutsChanged(List<ShortcutInfo> shortcuts) { in onShortcutsChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java142 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); in bindItems()
259 public void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
264 public void updatePinnedShortcuts(String packageName, List<ShortcutInfo> shortcuts, in updatePinnedShortcuts()
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/shortcuts/
DDeepShortcutManager.java178 private List<String> extractIds(List<ShortcutInfo> shortcuts) { in extractIds()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompat.java47 void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
DLauncherAppsCompatVL.java180 @NonNull List<ShortcutInfo> shortcuts, in onShortcutsChanged()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java199 final List<TaskSystemShortcut> shortcuts = in addMenuOptions() local
DTaskView.java727 final List<TaskSystemShortcut> shortcuts = in onInitializeAccessibilityNodeInfo() local
766 final List<TaskSystemShortcut> shortcuts = in performAccessibilityAction() 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/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java135 final ArrayList<WeightedString> shortcuts = new ArrayList<>(); in addUnigrams() 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

12