Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java198 applyWidgetItemAsync( in setupShortcut()
220 applyWidgetItemAsync(() -> new WidgetItem(widgetInfo, mIdp, mApp.getIconCache())); in setupWidget()
224 private void applyWidgetItemAsync(final Supplier<WidgetItem> itemProvider) { in applyWidgetItemAsync() method in AddItemActivity