Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java86 List<ShortcutInfo> shortcuts, int expectedStatic, int expectedDynamic) { in filterShortcutsAndAssertNumStaticAndDynamic()
90 private void filterShortcutsAndAssertNumStaticAndDynamic(List<ShortcutInfo> shortcuts, in filterShortcutsAndAssertNumStaticAndDynamic()
111 private void assertIsSorted(List<ShortcutInfo> shortcuts) { in assertIsSorted()
132 List<ShortcutInfo> shortcuts = new ArrayList<>(); in createShortcutsList() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java84 List<ShortcutInfo> shortcuts, @Nullable String shortcutIdToRemoveFirst) { in sortAndFilterShortcuts()
155 List<ShortcutInfo> shortcuts = new ShortcutRequest(context, user) in createUpdateRunnable() field in PopupPopulator
160 shortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts, shortcutIdToDeDupe); in createUpdateRunnable() field in PopupPopulator
DPopupContainerWithArrow.java266 private void initializeSystemShortcuts(List<SystemShortcut> shortcuts) { in initializeSystemShortcuts()
283 final List<NotificationKeyData> notificationKeys, List<SystemShortcut> shortcuts) { in populateAndShow()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DShortcutsChangedTask.java55 @NonNull final List<ShortcutInfo> shortcuts, @NonNull final UserHandle user, in ShortcutsChangedTask()
93 List<ShortcutInfo> shortcuts = new ShortcutRequest(context, mUser) in execute() local
DUserLockStateChangedTask.java61 QueryResult shortcuts = new ShortcutRequest(context, mUser) in execute() local
DBgDataModel.java375 String packageName, UserHandle user, List<ShortcutInfo> shortcuts) { in updateDeepShortcutCounts()
469 default void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { } in bindItems()
DLoaderTask.java1012 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/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/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DShortcutLoader.kt190 val shortcuts = in <lambda>() constant
307 val shortcuts: List<ShareShortcutInfo>, in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutLoader.ShortcutData
329 val shortcuts: List<ChooserTarget?> in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutLoader.ShortcutResultInfo
333 val shortcuts: List<ShareShortcutInfo>, in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutLoader.ShortcutsAppTargetsPair
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DShortcutInfoFactory.java61 List<ShortcutInfo> shortcuts = new ArrayList<>(shortcutsById.size()); in buildShortcutInfos() local
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java109 final List<ResolveInfo> shortcuts = queryShortcuts(); in updateState() local
181 final List<ResolveInfo> shortcuts = new ArrayList<>(); in queryShortcuts() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DLauncherBindableItemsContainer.java44 default void updateWorkspaceItems(List<WorkspaceItemInfo> shortcuts, ActivityContext context) { in updateWorkspaceItems()
/packages/apps/DeskClock/src/com/android/deskclock/events/
DShortcutEventTracker.kt33 private val shortcuts: MutableSet<String> = ArraySet(5) constant
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/shortcuts/
DShortcutToChooserTargetConverterTest.kt36 private val shortcuts = ranks in <lambda>() constant in com.android.intentresolver.shortcuts.ShortcutToChooserTargetConverterTest
DShortcutLoaderTest.kt126 val shortcuts = in test_loadShortcutsWithAppPredictor_resultIntegrity() constant
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java103 ArrayList<WeightedString> shortcuts = new ArrayList<>(); in readDictionaryCombined() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java192 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { in bindItems()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java110 public void bindItems(List<ItemInfo> shortcuts, boolean forceAnimateIcons) { in bindItems()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java64 final ArrayList<SystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts() 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/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java557 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

12