Searched defs:widgetCell (Results 1 – 3 of 3) sorted by relevance
52 WidgetCell widgetCell = (WidgetCell) getChildAt(i); in resize() local60 WidgetCell widgetCell = (WidgetCell) getChildAt(i); in resize() local
111 WidgetCell widgetCell = addItemCell(tableRow); in bindData() local
50 private lateinit var widgetCell: WidgetCell variable in com.android.launcher3.widget.GeneratedPreviewTest