Searched defs:WidgetCell (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java50 public class WidgetCell extends LinearLayout implements OnLayoutChangeListener { class in inherits:LinearLayout,OnLayoutChangeListener
52 private static final String TAG = "WidgetCell";
80 public WidgetCell(Context context) { method in class:WidgetCell
84 public WidgetCell(Context context, AttributeSet attrs) { method in class:WidgetCell
88 public WidgetCell(Context context, AttributeSet attrs, int defStyle) { method in class:WidgetCell
222 return WidgetCell.class.getName();

Completed in 70 milliseconds