Home
last modified time | relevance | path

Searched refs:mShortcuts (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dunigram_property.h54 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/src/com/android/launcher3/model/
DShortcutsChangedTask.java41 private final List<ShortcutInfoCompat> mShortcuts; field in ShortcutsChangedTask
48 mShortcuts = shortcuts; in ShortcutsChangedTask()
57 deepShortcutManager.onShortcutsChanged(mShortcuts); in execute()
112 dataModel.updateDeepShortcutMap(mPackageName, mUser, mShortcuts); in execute()