Home
last modified time | relevance | path

Searched defs:shortcuts (Results 1 – 25 of 27) 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.java83 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/
DShortcutsChangedTask.java46 public ShortcutsChangedTask(String packageName, List<ShortcutInfo> shortcuts, in ShortcutsChangedTask()
83 List<ShortcutInfo> shortcuts = new ShortcutRequest(context, mUser) in execute() local
DUserLockStateChangedTask.java57 QueryResult shortcuts = new ShortcutRequest(context, mUser) in execute() local
DBgDataModel.java350 String packageName, UserHandle user, List<ShortcutInfo> shortcuts) { in updateDeepShortcutCounts()
454 void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons); in bindItems()
DLoaderTask.java957 List<ShortcutInfo> shortcuts = new ShortcutRequest(mApp.getContext(), user) in loadDeepShortcuts() local
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DLauncher3QuickStepGo.java32 Stream<SystemShortcut.Factory> shortcuts = super.getSupportedShortcuts(); in getSupportedShortcuts() local
/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/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.kt33 private val shortcuts: MutableSet<String> = ArraySet(5) constant
/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/robolectric_tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java199 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { in bindItems()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java67 final ArrayList<SystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts() local
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java189 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems()
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/launcher3/model/
DWidgetsPredicationUpdateTaskTest.java253 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems()
/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/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/Launcher3/src/com/android/launcher3/
DLauncherModel.java214 public void onShortcutsChanged(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsChanged()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp600 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty() local
/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java557 public ShortcutUpdateTask(DynamicShortcuts shortcuts) { in ShortcutUpdateTask()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java555 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = in updateShortcutIme() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java612 List<ShortcutInfo> shortcuts = la.getShortcuts( in getConversationInfo() local
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp370 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addUnigramEntry() local

12