Searched refs:tableContainer (Results 1 – 5 of 5) sorted by relevance
34 public final WidgetsListTableView tableContainer; field in WidgetsRowViewHolder41 tableContainer = v.findViewById(R.id.widgets_table); in WidgetsRowViewHolder()
97 WidgetsListTableView table = holder.tableContainer; in bindViewHolder()185 int numOfRows = holder.tableContainer.getChildCount(); in unbindViewHolder()188 WidgetTableRow tableRow = (WidgetTableRow) holder.tableContainer.getChildAt(i); in unbindViewHolder()
415 selectWidgetCell(widgetsRowViewHolder.tableContainer, in getHeaderChangeListener()424 selectWidgetCell(widgetsRowViewHolder.tableContainer, in getHeaderChangeListener()
913 return ((ViewGroup) viewHolderForTip.tableContainer.getChildAt(0)).getChildAt(0); in getViewToShowEducationTip()
122 assertThat(viewHolder.tableContainer.getChildCount()).isEqualTo(1); in bindViewHolder_appWith3Widgets_shouldHave3Widgets()123 TableRow row = (TableRow) viewHolder.tableContainer.getChildAt(0); in bindViewHolder_appWith3Widgets_shouldHave3Widgets()