Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCellPreview.java29 public class WidgetCellPreview extends FrameLayout { class
30 public WidgetCellPreview(Context context) { in WidgetCellPreview() method in WidgetCellPreview
34 public WidgetCellPreview(Context context, AttributeSet attrs) { in WidgetCellPreview() method in WidgetCellPreview
38 public WidgetCellPreview(Context context, AttributeSet attrs, int defStyle) { in WidgetCellPreview() method in WidgetCellPreview
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java82 import com.android.launcher3.widget.WidgetCellPreview;
174 WidgetCellPreview previewContainer = mWidgetCell.findViewById( in onCreate()