Searched refs:TableLayout (Results 1 – 11 of 11) sorted by relevance
23 import android.widget.TableLayout;41 final TableLayout table = (TableLayout) findViewById(R.id.table); in onCreate()49 table.addView(newRow, new TableLayout.LayoutParams()); in onCreate()
22 import android.widget.TableLayout;35 private TableLayout mTable;47 mTable = (TableLayout) activity.findViewById(R.id.table); in setUp()
72 public class TableLayout extends LinearLayout { class81 private TableLayout.PassThroughHierarchyChangeListener mPassThroughListener;90 public TableLayout(Context context) { in TableLayout() method in TableLayout102 public TableLayout(Context context, AttributeSet attrs) { in TableLayout() method in TableLayout105 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TableLayout); in TableLayout()638 return new TableLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()656 return p instanceof TableLayout.LayoutParams; in checkLayoutParams()669 return TableLayout.class.getName(); in getAccessibilityClassName()723 if (source instanceof TableLayout.LayoutParams) { in LayoutParams()724 weight = ((TableLayout.LayoutParams) source).weight; in LayoutParams()
48 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
44719 Landroid/R$styleable;->TableLayout:[I70180 Landroid/widget/TableLayout;->findLargestCells(II)V70181 Landroid/widget/TableLayout;->initTableLayout()V70184 Landroid/widget/TableLayout;->measureVertical(II)V70185 Landroid/widget/TableLayout;->mInitialized:Z70186 Landroid/widget/TableLayout;->mMaxWidths:[I70187 Landroid/widget/TableLayout;->mPassThroughListener:Landroid/widget/TableLayout$PassThroughHierarchy…70189 Landroid/widget/TableLayout;->mShrinkAllColumns:Z70191 Landroid/widget/TableLayout;->mStretchAllColumns:Z70194 Landroid/widget/TableLayout;->requestRowsLayout()V[all …]
9796 android.widget.TableLayout$PassThroughHierarchyChangeListener9797 android.widget.TableLayout
32595 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;32596 Landroid/widget/TableLayout;
9827 android.widget.TableLayout$PassThroughHierarchyChangeListener9828 android.widget.TableLayout
42729 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;42730 Landroid/widget/TableLayout;
60116 public class TableLayout extends android.widget.LinearLayout {60117 ctor public TableLayout(android.content.Context);60118 ctor public TableLayout(android.content.Context, android.util.AttributeSet);60119 …method public android.widget.TableLayout.LayoutParams generateLayoutParams(android.util.AttributeS…60132 public static class TableLayout.LayoutParams extends android.widget.LinearLayout.LayoutParams {60133 ctor public TableLayout.LayoutParams(android.content.Context, android.util.AttributeSet);60134 ctor public TableLayout.LayoutParams(int, int);60135 ctor public TableLayout.LayoutParams(int, int, float);60136 ctor public TableLayout.LayoutParams();60137 ctor public TableLayout.LayoutParams(android.view.ViewGroup.LayoutParams);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...