Searched refs:mTableLayout (Results 1 – 2 of 2) sorted by relevance
38 private TableLayout mTableLayout; field in TestSensorsActivity63 final TableRow row = (TableRow) inflater.inflate(R.layout.one_row, mTableLayout, false); in MonitoredSensor()64 mTableLayout.addView(row); in MonitoredSensor()207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()
59 private TableLayout mTableLayout; field in SensorActivity77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()161 mTableLayout.setEnabled(connected); in onStatusChanged()185 mTableLayout, in createSensorUi()187 mTableLayout.addView(row); in createSensorUi()198 mTableLayout.removeAllViews(); in removeSensorUi()