/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 | 83 List<ShortcutInfo> shortcuts, @Nullable String shortcutIdToRemoveFirst) { in sortAndFilterShortcuts() 153 List<ShortcutInfo> shortcuts = new ShortcutRequest(launcher, user) in createUpdateRunnable() field in PopupPopulator 158 shortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts, shortcutIdToDeDupe); in createUpdateRunnable() field in PopupPopulator
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ShortcutsChangedTask.java | 46 public ShortcutsChangedTask(String packageName, List<ShortcutInfo> shortcuts, in ShortcutsChangedTask() 83 List<ShortcutInfo> shortcuts = new ShortcutRequest(context, mUser) in execute() local
|
D | UserLockStateChangedTask.java | 57 QueryResult shortcuts = new ShortcutRequest(context, mUser) in execute() local
|
D | BgDataModel.java | 350 String packageName, UserHandle user, List<ShortcutInfo> shortcuts) { in updateDeepShortcutCounts() 454 void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); in bindItems()
|
D | LoaderTask.java | 957 List<ShortcutInfo> shortcuts = new ShortcutRequest(mApp.getContext(), user) in loadDeepShortcuts() local
|
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/ |
D | Launcher3QuickStepGo.java | 32 Stream<SystemShortcut.Factory> shortcuts = super.getSupportedShortcuts(); in getSupportedShortcuts() local
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | ShortcutInfoFactory.java | 61 List<ShortcutInfo> shortcuts = new ArrayList<>(shortcutsById.size()); in buildShortcutInfos() 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/DeskClock/src/com/android/deskclock/events/ |
D | ShortcutEventTracker.kt | 33 private val shortcuts: MutableSet<String> = ArraySet(5) constant
|
/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/robolectric_tests/src/com/android/launcher3/model/ |
D | ModelMultiCallbacksTest.java | 199 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { in bindItems()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskOverlayFactory.java | 67 final ArrayList<SystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts() local
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 189 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems()
|
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/launcher3/model/ |
D | WidgetsPredicationUpdateTaskTest.java | 253 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems()
|
/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/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/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherModel.java | 214 public void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
|
/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/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 557 public ShortcutUpdateTask(DynamicShortcuts shortcuts) { in ShortcutUpdateTask()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputMethodManager.java | 555 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = in updateShortcutIme() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 612 List<ShortcutInfo> shortcuts = la.getShortcuts( in getConversationInfo() local
|
/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionary.cpp | 370 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addUnigramEntry() local
|