/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/popup/ |
D | PopupPopulatorTest.java | 82 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/ |
D | PopupPopulator.java | 80 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
|
D | SystemShortcutFactory.java | 44 protected SystemShortcutFactory(SystemShortcut... shortcuts) { in SystemShortcutFactory()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ShortcutsChangedTask.java | 47 public ShortcutsChangedTask(String packageName, List<ShortcutInfo> shortcuts, in ShortcutsChangedTask() 78 List<ShortcutInfo> shortcuts = deepShortcutManager.queryForFullDetails( in execute() local
|
D | UserLockStateChangedTask.java | 61 List<ShortcutInfo> shortcuts = in execute() local
|
D | BgDataModel.java | 369 String packageName, UserHandle user, List<ShortcutInfo> shortcuts) { in updateDeepShortcutCounts()
|
D | LoaderTask.java | 842 List<ShortcutInfo> shortcuts = in loadDeepShortcuts() local
|
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
D | ShortcutEventTracker.java | 35 private final Set<String> shortcuts = new ArraySet<>(5); field in ShortcutEventTracker
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | ShortcutInfoFactory.java | 61 List<ShortcutInfo> shortcuts = new ArrayList<>(shortcutsById.size()); in buildShortcutInfos() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TaskOverlayFactory.java | 54 final ArrayList<TaskSystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/ |
D | CreateShortcutPreferenceController.java | 101 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/ |
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/apps/Settings/src/com/android/settings/shortcut/ |
D | CreateShortcutPreferenceController.java | 101 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/ |
D | CombinedInputOutput.java | 103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); in readDictionaryCombined() local
|
/packages/apps/Launcher3/go/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutManager.java | 59 public void onShortcutsChanged(List<ShortcutInfo> shortcuts) { in onShortcutsChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherModel.java | 142 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/ |
D | DeepShortcutManager.java | 178 private List<String> extractIds(List<ShortcutInfo> shortcuts) { in extractIds()
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | LauncherAppsCompat.java | 47 void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
|
D | LauncherAppsCompatVL.java | 180 @NonNull List<ShortcutInfo> shortcuts, in onShortcutsChanged()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 199 final List<TaskSystemShortcut> shortcuts = in addMenuOptions() local
|
D | TaskView.java | 727 final List<TaskSystemShortcut> shortcuts = in onInitializeAccessibilityNodeInfo() local 766 final List<TaskSystemShortcut> shortcuts = in performAccessibilityAction() 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/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictDecoderEncoderTests.java | 135 final ArrayList<WeightedString> shortcuts = new ArrayList<>(); in addUnigrams() 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
|