Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java230 applyFromCellItem(item, this::applyPreview, /*cachedPreview=*/null); in applyFromCellItem()
294 applyPreview(cachedPreview); in applyFromCellItem()
337 applyPreview(null); in setAppWidgetHostViewPreview()
395 private void applyPreview(Bitmap bitmap) { in applyPreview() method in WidgetCell