Searched refs:applyFromCellItem (Results 1 – 6 of 6) sorted by relevance
154 widgetCell.applyFromCellItem(widgetItem) in widgetCell_showGeneratedPreview()164 widgetCell.applyFromCellItem(widgetItem) in widgetCell_showGeneratedPreview_flagDisabled()
229 public void applyFromCellItem(WidgetItem item) { in applyFromCellItem() method in WidgetCell230 applyFromCellItem(item, this::applyPreview, /*cachedPreview=*/null); in applyFromCellItem()239 public void applyFromCellItem(WidgetItem item, @NonNull Consumer<Bitmap> callback, in applyFromCellItem() method in WidgetCell
144 widget.applyFromCellItem(widgetItem); in onWidgetsBound()
112 widgetCell.applyFromCellItem(widgetItem); in bindData()
127 widget.applyFromCellItem(widgetItem); in bindViewHolder()
323 mWidgetCell.applyFromCellItem(item); in applyWidgetItemAsync()