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.java283 applyWidgetItemAsync( in setupShortcut()
308 applyWidgetItemAsync(() -> new WidgetItem( in setupWidget()
314 private void applyWidgetItemAsync(final Supplier<WidgetItem> itemProvider) { in applyWidgetItemAsync() method in AddItemActivity