Searched refs:WidgetCell (Results 1 – 7 of 7) sorted by relevance
36 import com.android.launcher3.widget.WidgetCell;106 WidgetCell widget = (WidgetCell) row.getChildAt(j); in bindViewHolder()154 WidgetCell widget = (WidgetCell) mLayoutInflater.inflate( in recycleTableBeforeBinding()175 WidgetCell widget = (WidgetCell) tableRow.getChildAt(j); in unbindViewHolder()
37 import com.android.launcher3.widget.WidgetCell;110 WidgetCell widgetCell = addItemCell(tableRow); in bindData()119 private WidgetCell addItemCell(ViewGroup parent) { in addItemCell()120 WidgetCell widget = (WidgetCell) LayoutInflater.from( in addItemCell()
97 if (v instanceof WidgetCell) { in onClick()99 } else if (v.getParent() instanceof WidgetCell) { in onClick()100 tag = ((WidgetCell) v.getParent()).getTag(); in onClick()119 if (v instanceof WidgetCell) { in onLongClick()120 return beginDraggingWidget((WidgetCell) v); in onLongClick()121 } else if (v.getParent() instanceof WidgetCell) { in onLongClick()122 return beginDraggingWidget((WidgetCell) v.getParent()); in onLongClick()184 private boolean beginDraggingWidget(WidgetCell v) { in beginDraggingWidget()
191 WidgetCell widget = addItemCell(tableRow); in onWidgetsBound()211 protected WidgetCell addItemCell(ViewGroup parent) { in addItemCell()212 WidgetCell widget = (WidgetCell) LayoutInflater.from(getContext()) in addItemCell()
70 public class WidgetCell extends LinearLayout { class137 public WidgetCell(Context context) { in WidgetCell() method in WidgetCell141 public WidgetCell(Context context, AttributeSet attrs) { in WidgetCell() method in WidgetCell145 public WidgetCell(Context context, AttributeSet attrs, int defStyle) { in WidgetCell() method in WidgetCell465 return WidgetCell.class.getName();
54 import com.android.launcher3.widget.WidgetCell;153 assertThat(view).isInstanceOf(WidgetCell.class); in assertWidgetCellWithLabel()
74 import com.android.launcher3.widget.WidgetCell;102 private WidgetCell mWidgetCell;