Searched refs:WidgetCellPreview (Results 1 – 2 of 2) sorted by relevance
29 public class WidgetCellPreview extends FrameLayout { class30 public WidgetCellPreview(Context context) { in WidgetCellPreview() method in WidgetCellPreview34 public WidgetCellPreview(Context context, AttributeSet attrs) { in WidgetCellPreview() method in WidgetCellPreview38 public WidgetCellPreview(Context context, AttributeSet attrs, int defStyle) { in WidgetCellPreview() method in WidgetCellPreview
82 import com.android.launcher3.widget.WidgetCellPreview;174 WidgetCellPreview previewContainer = mWidgetCell.findViewById( in onCreate()