Searched refs:getShortcuts (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskShortcutFactory.java | 78 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,
|
D | DesktopSystemShortcut.kt | 65 override fun getShortcuts( in createFactory() method
|
D | TaskOverlayFactory.java | 74 List<SystemShortcut> menuShortcuts = menuOption.getShortcuts(container, taskContainer); in getEnabledShortcuts()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | DesktopSystemShortcutTest.kt | 106 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/ |
D | ver4_patricia_trie_policy.cpp | 195 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/ |
D | ver4_patricia_trie_policy.cpp | 282 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/ |
D | unigram_property.h | 120 const std::vector<ShortcutProperty> &getShortcuts() const { in getShortcuts() function
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | ShortcutRequest.java | 103 .getShortcuts(mQuery, mUserHandle)); in query()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 98 for (const auto &shortcut : unigramProperty.getShortcuts()) { in outputWordProperty()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 600 List<ShortcutInfo> shortcuts = la.getShortcuts( in getConversationInfo()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ChooserActivity.java | 2440 resultInfo.getShortcuts(),
|