Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java296 Optional<SystemShortcut.Widgets> widgetShortcutOpt = getWidgetShortcut(systemShortcuts); in addAllShortcuts() local
297 if (widgetShortcutOpt.isPresent()) { in addAllShortcuts()
300 initializeWidgetShortcut(mWidgetContainer, widgetShortcutOpt.get()); in addAllShortcuts()