Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A 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()
H A DAddColumnTest.java22 import android.widget.TableLayout;
35 private TableLayout mTable;
47 mTable = (TableLayout) activity.findViewById(R.id.table); in setUp()
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java48 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt44719 Landroid/R$styleable;->TableLayout:[I
70180 Landroid/widget/TableLayout;->findLargestCells(II)V
70181 Landroid/widget/TableLayout;->initTableLayout()V
70184 Landroid/widget/TableLayout;->measureVertical(II)V
70185 Landroid/widget/TableLayout;->mInitialized:Z
70186 Landroid/widget/TableLayout;->mMaxWidths:[I
70187 Landroid/widget/TableLayout;->mPassThroughListener:Landroid/widget/TableLayout$PassThroughHierarchy…
70189 Landroid/widget/TableLayout;->mShrinkAllColumns:Z
70191 Landroid/widget/TableLayout;->mStretchAllColumns:Z
70194 Landroid/widget/TableLayout;->requestRowsLayout()V
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9796 android.widget.TableLayout$PassThroughHierarchyChangeListener
9797 android.widget.TableLayout
H A Dboot-image-profile.txt32595 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
32596 Landroid/widget/TableLayout;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9827 android.widget.TableLayout$PassThroughHierarchyChangeListener
9828 android.widget.TableLayout
H A Dboot-image-profile.txt42729 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
42730 Landroid/widget/TableLayout;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60116 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 …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...