Home
last modified time | relevance | path

Searched refs:WidgetCell (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsListTableViewHolderBinder.java36 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()
H A DWidgetsRecommendationTableLayout.java37 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java97 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()
H A DWidgetsBottomSheet.java191 WidgetCell widget = addItemCell(tableRow); in onWidgetsBound()
211 protected WidgetCell addItemCell(ViewGroup parent) { in addItemCell()
212 WidgetCell widget = (WidgetCell) LayoutInflater.from(getContext()) in addItemCell()
H A DWidgetCell.java70 public class WidgetCell extends LinearLayout { class
137 public WidgetCell(Context context) { in WidgetCell() method in WidgetCell
141 public WidgetCell(Context context, AttributeSet attrs) { in WidgetCell() method in WidgetCell
145 public WidgetCell(Context context, AttributeSet attrs, int defStyle) { in WidgetCell() method in WidgetCell
465 return WidgetCell.class.getName();
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
H A DWidgetsListTableViewHolderBinderTest.java54 import com.android.launcher3.widget.WidgetCell;
153 assertThat(view).isInstanceOf(WidgetCell.class); in assertWidgetCellWithLabel()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java74 import com.android.launcher3.widget.WidgetCell;
102 private WidgetCell mWidgetCell;