Searched refs:TableRow (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
D | ColorPickerPalette.java | 26 import android.widget.TableRow; 73 private TableRow createTableRow() { in createTableRow() 74 TableRow row = new TableRow(getContext()); in createTableRow() 102 TableRow row = createTableRow(); in drawPalette() 133 private static void addSwatchToRow(TableRow row, View swatch, int rowNumber) { in addSwatchToRow() 177 TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength); in createBlankSpace() 189 TableRow.LayoutParams params = new TableRow.LayoutParams(mSwatchLength, mSwatchLength); in createColorSwatch()
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
D | AddColumnTest.java | 23 import android.widget.TableRow; 62 TableRow row1 = (TableRow) mTable.getChildAt(0); in testWidths() 63 TableRow row2 = (TableRow) mTable.getChildAt(1); in testWidths()
|
D | AddColumn.java | 24 import android.widget.TableRow; 42 final TableRow newRow = new TableRow(AddColumn.this); in onCreate() 47 newRow.addView(view, new TableRow.LayoutParams()); in onCreate()
|
/frameworks/base/core/java/android/widget/ |
D | TableLayout.java | 295 if (view instanceof TableRow) { in setColumnCollapsed() 296 ((TableRow) view).setColumnCollapsed(columnIndex, isCollapsed); in setColumnCollapsed() 378 if (child instanceof TableRow) { in trackCollapsedColumns() 379 final TableRow row = (TableRow) child; in trackCollapsedColumns() 458 if (child instanceof TableRow) { in measureChildBeforeLayout() 459 ((TableRow) child).setColumnsWidthConstraints(mMaxWidths); in measureChildBeforeLayout() 500 if (child instanceof TableRow) { in findLargestCells() 501 final TableRow row = (TableRow) child; in findLargestCells() 592 if (child instanceof TableRow) { in mutateColumnsWidth()
|
D | TableRow.java | 47 public class TableRow extends LinearLayout { class 60 public TableRow(Context context) { in TableRow() method in TableRow 72 public TableRow(Context context, AttributeSet attrs) { in TableRow() method in TableRow 268 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION]; in getLocationOffset() 276 … return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT]; in getNextLocationOffset() 355 return new TableRow.LayoutParams(getContext(), attrs); in generateLayoutParams() 373 return p instanceof TableRow.LayoutParams; in checkLayoutParams() 386 return TableRow.class.getName(); in getAccessibilityClassName()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 44080 Landroid/R$styleable;->TableRow:[I 69554 Landroid/widget/TableRow$ChildrenTracker;->listener:Landroid/view/ViewGroup$OnHierarchyChangeListen… 69555 Landroid/widget/TableRow$ChildrenTracker;->setOnHierarchyChangeListener(Landroid/view/ViewGroup$OnH… 69556 Landroid/widget/TableRow$LayoutParams;->encodeProperties(Landroid/view/ViewHierarchyEncoder;)V 69557 Landroid/widget/TableRow$LayoutParams;->LOCATION:I 69558 Landroid/widget/TableRow$LayoutParams;->LOCATION_NEXT:I 69559 Landroid/widget/TableRow$LayoutParams;->mOffset:[I 69560 Landroid/widget/TableRow;->getChildrenSkipCount(Landroid/view/View;I)I 69561 Landroid/widget/TableRow;->getColumnsWidths(II)[I 69562 Landroid/widget/TableRow;->getLocationOffset(Landroid/view/View;)I [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 10130 android.widget.TableRow$ChildrenTracker 10131 android.widget.TableRow
|
D | boot-image-profile.txt | 32550 Landroid/widget/TableRow$ChildrenTracker; 32551 Landroid/widget/TableRow;
|
/frameworks/base/core/api/ |
D | current.txt | 60787 public class TableRow extends android.widget.LinearLayout { 60788 ctor public TableRow(android.content.Context); 60789 ctor public TableRow(android.content.Context, android.util.AttributeSet); 60790 …method public android.widget.TableRow.LayoutParams generateLayoutParams(android.util.AttributeSet); 60795 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 60796 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 60797 ctor public TableRow.LayoutParams(int, int); 60798 ctor public TableRow.LayoutParams(int, int, float); 60799 ctor public TableRow.LayoutParams(); 60800 ctor public TableRow.LayoutParams(int); [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38696 public class TableRow extends android.widget.LinearLayout { 38697 ctor public TableRow(android.content.Context); 38698 ctor public TableRow(android.content.Context, android.util.AttributeSet); 38703 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 38704 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 38705 ctor public TableRow.LayoutParams(int, int); 38706 ctor public TableRow.LayoutParams(int, int, float); 38707 ctor public TableRow.LayoutParams(); 38708 ctor public TableRow.LayoutParams(int); 38709 ctor public TableRow.LayoutParams(android.view.ViewGroup.LayoutParams); [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 10161 android.widget.TableRow$ChildrenTracker 10162 android.widget.TableRow
|
D | boot-image-profile.txt | 42711 Landroid/widget/TableRow$ChildrenTracker; 42712 Landroid/widget/TableRow;
|