/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
H A D | AddColumn.java | 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()
|
H A D | AddColumnTest.java | 22 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 D | ResultActivity.java | 36 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 D | TableLayout.java | 72 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 D | mock_android.jar | META-INF/
META-INF/MANIFEST.MF
mock_android/
mock_android/data/
mock_android/ ... |
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
H A D | WidgetsListTableView.java | 20 import android.widget.TableLayout; 29 public class WidgetsListTableView extends TableLayout {
|
H A D | WidgetsRecommendationTableLayout.java | 28 import android.widget.TableLayout; 44 public final class WidgetsRecommendationTableLayout extends TableLayout {
|
H A D | WidgetsRecyclerView.java | 24 import android.widget.TableLayout; 169 if (view instanceof TableLayout) { in getCurrentScrollY()
|
H A D | WidgetsListTableViewHolderBinder.java | 30 import android.widget.TableLayout; 131 private void recycleTableBeforeBinding(TableLayout table, in recycleTableBeforeBinding()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | WidgetsBottomSheet.java | 35 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 D | ColorPickerPalette.java | 25 import android.widget.TableLayout; 34 public class ColorPickerPalette extends TableLayout {
|
/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/widget/ |
H A D | TableLayout.java | 21 public class TableLayout extends ViewGroup { class
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
H A D | BluetoothDeviceFragment.java | 32 import android.widget.TableLayout; 54 TableLayout mTableLayout;
|
/aosp12/frameworks/layoutlib/ |
H A D | METADATA | 8 # create/tests/res/mock_data/mock_android/widget/TableLayout.java
|
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | AccessibilityNodeInfoDumper.java | 48 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 8399 android.widget.TableLayout$PassThroughHierarchyChangeListener 8400 android.widget.TableLayout
|
H A D | boot-image-profile.txt | 32224 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener; 32225 Landroid/widget/TableLayout;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 8420 android.widget.TableLayout$PassThroughHierarchyChangeListener 8421 android.widget.TableLayout
|
H A D | boot-image-profile.txt | 41888 Landroid/widget/TableLayout$PassThroughHierarchyChangeListener; 41889 Landroid/widget/TableLayout;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 48042 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 D | current.txt | 56238 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 D | android-22.txt | 38672 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |