/aosp12/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
H A 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
H A 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()
|
H A 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()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
H A D | WidgetsListTableViewHolderBinder.java | 31 import android.widget.TableRow; 104 TableRow row = (TableRow) table.getChildAt(i); in bindViewHolder() 140 TableRow tableRow; in recycleTableBeforeBinding() 142 tableRow = (TableRow) table.getChildAt(i); in recycleTableBeforeBinding() 144 tableRow = new TableRow(table.getContext()); in recycleTableBeforeBinding() 172 TableRow tableRow = (TableRow) holder.tableContainer.getChildAt(i); in unbindViewHolder()
|
H A D | WidgetsRecommendationTableLayout.java | 29 import android.widget.TableRow; 106 TableRow tableRow = new TableRow(getContext()); in bindData()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A 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()
|
H A 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()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
H A D | BluetoothDeviceFragment.java | 33 import android.widget.TableRow; 102 TableRow row = new TableRow(context); in checkAllDevices() 117 TableRow row = new TableRow(context); in addDeviceToTable()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/ |
H A D | WidgetsListTableViewHolderBinderTest.java | 37 import android.widget.TableRow; 117 TableRow row = (TableRow) viewHolder.tableContainer.getChildAt(0); in bindViewHolder_appWith3Widgets_shouldHave3Widgets()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
H A D | ResultActivity.java | 37 import android.widget.TableRow; 179 TableRow row = new TableRow(this); in addRow()
|
/aosp12/system/libvintf/ |
H A D | main.cpp | 154 struct TableRow { 177 std::ostream& operator<<(std::ostream& out, const TableRow& row) { 184 using RowMutator = std::function<void(TableRow*)>; 185 using Table = std::map<std::string, TableRow>;
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | WidgetsBottomSheet.java | 36 import android.widget.TableRow; 188 TableRow tableRow = new TableRow(getContext()); in onWidgetsBound()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 8401 android.widget.TableRow$ChildrenTracker 8402 android.widget.TableRow
|
H A D | boot-image-profile.txt | 32226 Landroid/widget/TableRow$ChildrenTracker; 32227 Landroid/widget/TableRow;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 48046 Landroid/R$styleable;->TableRow:[I 73523 Landroid/widget/TableRow$LayoutParams;->LOCATION:I 73525 Landroid/widget/TableRow$LayoutParams;->mOffset:[I 73527 Landroid/widget/TableRow;->getColumnsWidths(II)[I 73530 Landroid/widget/TableRow;->initTableRow()V 73531 Landroid/widget/TableRow;->mapIndexAndColumns()V 73532 Landroid/widget/TableRow;->mChildrenTracker:Landroid/widget/TableRow$ChildrenTracker; 73534 Landroid/widget/TableRow;->mColumnWidths:[I 73537 Landroid/widget/TableRow;->measureNullChild(I)I 73538 Landroid/widget/TableRow;->mNumColumns:I [all …]
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 8422 android.widget.TableRow$ChildrenTracker 8423 android.widget.TableRow
|
H A D | boot-image-profile.txt | 41890 Landroid/widget/TableRow$ChildrenTracker; 41891 Landroid/widget/TableRow;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56263 public class TableRow extends android.widget.LinearLayout { 56264 ctor public TableRow(android.content.Context); 56265 ctor public TableRow(android.content.Context, android.util.AttributeSet); 56271 public static class TableRow.LayoutParams extends android.widget.LinearLayout.LayoutParams { 56272 ctor public TableRow.LayoutParams(android.content.Context, android.util.AttributeSet); 56273 ctor public TableRow.LayoutParams(int, int); 56274 ctor public TableRow.LayoutParams(int, int, float); 56275 ctor public TableRow.LayoutParams(); 56276 ctor public TableRow.LayoutParams(int); 56277 ctor public TableRow.LayoutParams(android.view.ViewGroup.LayoutParams); [all …]
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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 …]
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |