Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DResultActivity.java36 import android.widget.TableLayout;
178 TableLayout table = (TableLayout)findViewById(R.id.table); in addRow()
188 TableLayout table = (TableLayout)findViewById(R.id.table); in addSeparator()
190 TableLayout.LayoutParams params = new TableLayout.LayoutParams(); in addSeparator()
/aosp12/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()
/aosp12/frameworks/layoutlib/create/tests/res/data/
H A Dmock_android.jarMETA-INF/ META-INF/MANIFEST.MF mock_android/ mock_android/data/ mock_android/ ...
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsListTableView.java20 import android.widget.TableLayout;
29 public class WidgetsListTableView extends TableLayout {
H A DWidgetsRecommendationTableLayout.java28 import android.widget.TableLayout;
44 public final class WidgetsRecommendationTableLayout extends TableLayout {
H A DWidgetsRecyclerView.java24 import android.widget.TableLayout;
169 if (view instanceof TableLayout) { in getCurrentScrollY()
H A DWidgetsListTableViewHolderBinder.java30 import android.widget.TableLayout;
131 private void recycleTableBeforeBinding(TableLayout table, in recycleTableBeforeBinding()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java35 import android.widget.TableLayout;
97 View viewForTip = ((ViewGroup) ((TableLayout) findViewById(R.id.widgets_table))
160 TableLayout widgetsTable = findViewById(R.id.widgets_table); in onLayout()
183 TableLayout widgetsTable = findViewById(R.id.widgets_table); in onWidgetsBound()
/aosp12/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java25 import android.widget.TableLayout;
34 public class ColorPickerPalette extends TableLayout {
/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/widget/
H A DTableLayout.java21 public class TableLayout extends ViewGroup { class
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DBluetoothDeviceFragment.java32 import android.widget.TableLayout;
54 TableLayout mTableLayout;
/aosp12/frameworks/layoutlib/
H A DMETADATA8 # create/tests/res/mock_data/mock_android/widget/TableLayout.java
/aosp12/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()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8399 android.widget.TableLayout$PassThroughHierarchyChangeListener
8400 android.widget.TableLayout
H A Dboot-image-profile.txt32224 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
32225 Landroid/widget/TableLayout;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8420 android.widget.TableLayout$PassThroughHierarchyChangeListener
8421 android.widget.TableLayout
H A Dboot-image-profile.txt41888 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener;
41889 Landroid/widget/TableLayout;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48042 Landroid/R$styleable;->TableLayout:[I
73503 Landroid/widget/TableLayout;->findLargestCells(II)V
73504 Landroid/widget/TableLayout;->initTableLayout()V
73507 Landroid/widget/TableLayout;->measureVertical(II)V
73508 Landroid/widget/TableLayout;->mInitialized:Z
73509 Landroid/widget/TableLayout;->mMaxWidths:[I
73510 Landroid/widget/TableLayout;->mPassThroughListener:Landroid/widget/TableLayout$PassThroughHierarchy…
73512 Landroid/widget/TableLayout;->mShrinkAllColumns:Z
73514 Landroid/widget/TableLayout;->mStretchAllColumns:Z
73517 Landroid/widget/TableLayout;->requestRowsLayout()V
[all …]
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56238 public class TableLayout extends android.widget.LinearLayout {
56239 ctor public TableLayout(android.content.Context);
56240 ctor public TableLayout(android.content.Context, android.util.AttributeSet);
56241 …method public android.widget.TableLayout.LayoutParams generateLayoutParams(android.util.AttributeS…
56254 public static class TableLayout.LayoutParams extends android.widget.LinearLayout.LayoutParams {
56255 ctor public TableLayout.LayoutParams(android.content.Context, android.util.AttributeSet);
56256 ctor public TableLayout.LayoutParams(int, int);
56257 ctor public TableLayout.LayoutParams(int, int, float);
56258 ctor public TableLayout.LayoutParams();
56259 ctor public TableLayout.LayoutParams(android.view.ViewGroup.LayoutParams);
[all …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...