Searched refs:TableRow (Results 1 – 9 of 9) 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 | 27 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 | 26 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 | 46 public class TableRow extends LinearLayout { class 59 public TableRow(Context context) { in TableRow() method in TableRow 71 public TableRow(Context context, AttributeSet attrs) { in TableRow() method in TableRow 267 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION]; in getLocationOffset() 275 … return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION_NEXT]; in getNextLocationOffset() 354 return new TableRow.LayoutParams(getContext(), attrs); in generateLayoutParams() 372 return p instanceof TableRow.LayoutParams; in checkLayoutParams() 385 return TableRow.class.getName(); in getAccessibilityClassName()
|
/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/api/ |
D | current.txt | 51405 public class TableRow extends android.widget.LinearLayout { 51406 ctor public TableRow(android.content.Context); 51407 ctor public TableRow(android.content.Context, android.util.AttributeSet); 51408 …method public android.widget.TableRow.LayoutParams generateLayoutParams(android.util.AttributeSet); 51413 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 51414 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 51415 ctor public TableRow.LayoutParams(int, int); 51416 ctor public TableRow.LayoutParams(int, int, float); 51417 ctor public TableRow.LayoutParams(); 51418 ctor public TableRow.LayoutParams(int); [all …]
|
D | test-current.txt | 51879 public class TableRow extends android.widget.LinearLayout { 51880 ctor public TableRow(android.content.Context); 51881 ctor public TableRow(android.content.Context, android.util.AttributeSet); 51882 …method public android.widget.TableRow.LayoutParams generateLayoutParams(android.util.AttributeSet); 51887 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 51888 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 51889 ctor public TableRow.LayoutParams(int, int); 51890 ctor public TableRow.LayoutParams(int, int, float); 51891 ctor public TableRow.LayoutParams(); 51892 ctor public TableRow.LayoutParams(int); [all …]
|
D | system-current.txt | 55363 public class TableRow extends android.widget.LinearLayout { 55364 ctor public TableRow(android.content.Context); 55365 ctor public TableRow(android.content.Context, android.util.AttributeSet); 55366 …method public android.widget.TableRow.LayoutParams generateLayoutParams(android.util.AttributeSet); 55371 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 55372 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 55373 ctor public TableRow.LayoutParams(int, int); 55374 ctor public TableRow.LayoutParams(int, int, float); 55375 ctor public TableRow.LayoutParams(); 55376 ctor public TableRow.LayoutParams(int); [all …]
|