Searched refs:mShortcuts (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | unigram_property.h | 54 mHistoricalInfo(), mShortcuts() {} in UnigramProperty() 63 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {} in UnigramProperty() 72 mHistoricalInfo(historicalInfo), mShortcuts() {} in UnigramProperty() 81 mHistoricalInfo(historicalInfo), mShortcuts(std::move(shortcuts)) {} in UnigramProperty() 90 mHistoricalInfo(historicalInfo), mShortcuts() {} in UnigramProperty() 109 return !mShortcuts.empty(); in hasShortcuts() 121 return mShortcuts; in getShortcuts() 134 const std::vector<ShortcutProperty> mShortcuts; variable
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | DynamicItemCache.java | 75 private final Map<ShortcutKey, WorkspaceItemInfo> mShortcuts; field in DynamicItemCache 85 mShortcuts = new HashMap<>(); in DynamicItemCache() 138 mShortcuts.clear(); in handleUiMessage() 139 mShortcuts.putAll((Map<ShortcutKey, WorkspaceItemInfo>) msg.obj); in handleUiMessage() 240 return mShortcuts.get(key); in getShortcutInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ShortcutsChangedTask.java | 43 private final List<ShortcutInfo> mShortcuts; field in ShortcutsChangedTask 50 mShortcuts = shortcuts; in ShortcutsChangedTask() 117 dataModel.updateDeepShortcutCounts(mPackageName, mUser, mShortcuts); in execute()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 89 private final List<DeepShortcutView> mShortcuts = new ArrayList<>(); field in PopupContainerWithArrow 274 mShortcuts.add(inflateAndAdd(R.layout.deep_shortcut, this)); in populateAndShow() 312 this, mShortcuts, notificationKeys)); in populateAndShow() 350 int total = mShortcuts.size(); in updateHiddenShortcuts() 352 DeepShortcutView view = mShortcuts.get(i); in updateHiddenShortcuts()
|