Searched refs:widgetsTable (Results 1 – 1 of 1) sorted by relevance
109 TableLayout widgetsTable = findViewById(R.id.widgets_table); in onLayout() local110 if (widgetsTable.getMeasuredHeight() > widgetsTableScrollView.getMeasuredHeight()) { in onLayout()132 TableLayout widgetsTable = findViewById(R.id.widgets_table); in onWidgetsBound() local133 widgetsTable.removeAllViews(); in onWidgetsBound()149 widgetsTable.addView(tableRow); in onWidgetsBound()206 View widgetsTable = findViewById(R.id.widgets_table); in setInsets() local207 widgetsTable.setPadding( in setInsets()208 widgetsTable.getPaddingLeft(), in setInsets()209 widgetsTable.getPaddingTop(), in setInsets()210 widgetsTable.getPaddingRight(), in setInsets()