Home
last modified time | relevance | path

Searched refs:TableRow (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java26 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 DAddColumnTest.java23 import android.widget.TableRow;
62 TableRow row1 = (TableRow) mTable.getChildAt(0); in testWidths()
63 TableRow row2 = (TableRow) mTable.getChildAt(1); in testWidths()
H A DAddColumn.java24 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 DWidgetsListTableViewHolderBinder.java31 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 DWidgetsRecommendationTableLayout.java29 import android.widget.TableRow;
106 TableRow tableRow = new TableRow(getContext()); in bindData()
/aosp12/frameworks/base/core/java/android/widget/
H A DTableLayout.java295 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 DTableRow.java47 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 DBluetoothDeviceFragment.java33 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 DWidgetsListTableViewHolderBinderTest.java37 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 DResultActivity.java37 import android.widget.TableRow;
179 TableRow row = new TableRow(this); in addRow()
/aosp12/system/libvintf/
H A Dmain.cpp154 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 DWidgetsBottomSheet.java36 import android.widget.TableRow;
188 TableRow tableRow = new TableRow(getContext()); in onWidgetsBound()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8401 android.widget.TableRow$ChildrenTracker
8402 android.widget.TableRow
H A Dboot-image-profile.txt32226 Landroid/widget/TableRow$ChildrenTracker;
32227 Landroid/widget/TableRow;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48046 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 Dpreloaded-classes8422 android.widget.TableRow$ChildrenTracker
8423 android.widget.TableRow
H A Dboot-image-profile.txt41890 Landroid/widget/TableRow$ChildrenTracker;
41891 Landroid/widget/TableRow;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56263 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 Dandroid-22.txt38696 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...