Home
last modified time | relevance | path

Searched refs:TableLayout (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DAddColumn.java23 import android.widget.TableLayout;
41 final TableLayout table = (TableLayout) findViewById(R.id.table); in onCreate()
49 table.addView(newRow, new TableLayout.LayoutParams()); in onCreate()
DAddColumnTest.java22 import android.widget.TableLayout;
35 private TableLayout mTable;
47 mTable = (TableLayout) activity.findViewById(R.id.table); in setUp()
/frameworks/base/core/java/android/widget/
DTableLayout.java72 public class TableLayout extends LinearLayout { class
81 private TableLayout.PassThroughHierarchyChangeListener mPassThroughListener;
90 public TableLayout(Context context) { in TableLayout() method in TableLayout
102 public TableLayout(Context context, AttributeSet attrs) { in TableLayout() method in TableLayout
105 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()
/frameworks/layoutlib/create/tests/res/data/
Dmock_android.jarMETA-INF/ META-INF/MANIFEST.MF README.md mock_android/ mock_android/data ...
/frameworks/layoutlib/create/tests/res/mock_data/mock_android/widget/
DTableLayout.java21 public class TableLayout extends ViewGroup { class
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorPickerPalette.java25 import android.widget.TableLayout;
34 public class ColorPickerPalette extends TableLayout {
/frameworks/layoutlib/
DMETADATA8 " create/tests/res/mock_data/mock_android/widget/TableLayout.java\n"
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DAccessibilityNodeInfoDumper.java48 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44076 Landroid/R$styleable;->TableLayout:[I
69536 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;->mOnHierarchyChangeListener:Landroi…
69537 Landroid/widget/TableLayout;->findLargestCells(II)V
69538 Landroid/widget/TableLayout;->initTableLayout()V
69539 Landroid/widget/TableLayout;->mCollapsedColumns:Landroid/util/SparseBooleanArray;
69540 Landroid/widget/TableLayout;->measureChildBeforeLayout(Landroid/view/View;IIIII)V
69541 Landroid/widget/TableLayout;->measureVertical(II)V
69542 Landroid/widget/TableLayout;->mInitialized:Z
69543 Landroid/widget/TableLayout;->mMaxWidths:[I
69544 Landroid/widget/TableLayout;->mPassThroughListener:Landroid/widget/TableLayout$PassThroughHierarchy…
[all …]
/frameworks/base/boot/
Dpreloaded-classes10128 android.widget.TableLayout$PassThroughHierarchyChangeListener
10129 android.widget.TableLayout
Dboot-image-profile.txt32548 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
32549 Landroid/widget/TableLayout;
/frameworks/base/core/api/
Dcurrent.txt60762 public class TableLayout extends android.widget.LinearLayout {
60763 ctor public TableLayout(android.content.Context);
60764 ctor public TableLayout(android.content.Context, android.util.AttributeSet);
60765 …method public android.widget.TableLayout.LayoutParams generateLayoutParams(android.util.AttributeS…
60778 public static class TableLayout.LayoutParams extends android.widget.LinearLayout.LayoutParams {
60779 ctor public TableLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
60780 ctor public TableLayout.LayoutParams(int, int);
60781 ctor public TableLayout.LayoutParams(int, int, float);
60782 ctor public TableLayout.LayoutParams();
60783 ctor public TableLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38672 public class TableLayout extends android.widget.LinearLayout {
38673 ctor public TableLayout(android.content.Context);
38674 ctor public TableLayout(android.content.Context, android.util.AttributeSet);
38687 public static class TableLayout.LayoutParams extends android.widget.LinearLayout.LayoutParams {
38688 ctor public TableLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
38689 ctor public TableLayout.LayoutParams(int, int);
38690 ctor public TableLayout.LayoutParams(int, int, float);
38691 ctor public TableLayout.LayoutParams();
38692 ctor public TableLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
38693 ctor public TableLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams);
/frameworks/base/config/
Dpreloaded-classes10159 android.widget.TableLayout$PassThroughHierarchyChangeListener
10160 android.widget.TableLayout
Dboot-image-profile.txt42709 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
42710 Landroid/widget/TableLayout;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...