Home
last modified time | relevance | path

Searched refs:getShortcuts (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java78 default List<SystemShortcut> getShortcuts(RecentsViewContainer container, in getShortcuts() method
108 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
297 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
332 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
371 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
397 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
440 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
453 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
464 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
491 public List<SystemShortcut> getShortcuts(RecentsViewContainer container,
DDesktopSystemShortcut.kt65 override fun getShortcuts( in createFactory() method
DTaskOverlayFactory.java74 List<SystemShortcut> menuShortcuts = menuOption.getShortcuts(container, taskContainer); in getEnabledShortcuts()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt106 val shortcuts = factory.getShortcuts(launcher, taskContainer) in createDesktopTaskShortcutFactory_desktopModeDisabled()
117 val shortcuts = factory.getShortcuts(launcher, taskContainer) in createDesktopTaskShortcutFactory_desktopModeEnabled_DeviceNotSupported()
130 val shortcuts = factory.getShortcuts(launcher, taskContainer) in createDesktopTaskShortcutFactory_desktopModeEnabled_DeviceNotSupported_OverrideEnabled()
141 val shortcuts = factory.getShortcuts(launcher, taskContainer) in createDesktopTaskShortcutFactory_undockable()
162 val shortcuts = factory.getShortcuts(launcher, taskContainer) in desktopSystemShortcutClicked()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp195 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
221 if (unigramProperty->getShortcuts().size() > 0) { in addUnigramEntry()
230 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp282 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
308 if (unigramProperty->getShortcuts().size() > 0) { in addUnigramEntry()
316 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dunigram_property.h120 const std::vector<ShortcutProperty> &getShortcuts() const { in getShortcuts() function
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutRequest.java103 .getShortcuts(mQuery, mUserHandle)); in query()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp98 for (const auto &shortcut : unigramProperty.getShortcuts()) { in outputWordProperty()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java600 List<ShortcutInfo> shortcuts = la.getShortcuts( in getConversationInfo()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java2440 resultInfo.getShortcuts(),