Searched refs:TableLayout (Results 1 – 12 of 12) sorted by relevance
1 Code completion in completion1.xml for <T^extView selecting TableLayout:4 + <TableLayout^
4 TableLayout
46 <TableLayout ></TableLayout>
29 import android.widget.TableLayout;38 private TableLayout mTableLayout;207 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()
21 public class TableLayout extends ViewGroup { class
97 assertEquals(mock_android.widget.TableLayout.LayoutParams.class, in testFindLayoutParams()98 … ((ClassWrapper)_findLayoutParams(mock_android.widget.TableLayout.class)).wrappedClass()); in testFindLayoutParams()115 mock_android.widget.TableLayout.LayoutParams.class); in testGetLayoutParamsInfo()
33 import android.widget.TableLayout;59 private TableLayout mTableLayout;77 mTableLayout = (TableLayout) findViewById(R.id.tableLayout); in onCreate()
37 import org.eclipse.jface.viewers.TableLayout;101 table.setLayout(new TableLayout()); in createControl()
27 import org.eclipse.jface.viewers.TableLayout;107 table.setLayout(new TableLayout()); in createControl()
49 import org.eclipse.jface.viewers.TableLayout;649 TableLayout layout = new TableLayout(); in createColumns()