/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MultiLayersActivity.java | 41 LinearLayout row2 = new LinearLayout(this); in onCreate() local 42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 43 grid.addView(row2, new LinearLayout.LayoutParams( in onCreate() 51 row2.addView(new LayerView(this, 0x0f0000ff), new LinearLayout.LayoutParams( in onCreate() 53 row2.addView(new LayerView(this, 0xffffff00), new LinearLayout.LayoutParams( in onCreate()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | concat_float_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
H A D | concat_quant8_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row2, col)) 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | concat_float16_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT16", "{%d, %d}" % (row2, col)) # input tensor 2 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | concat_float_2_relaxed.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 34 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
H A D | AddColumnTest.java | 63 TableRow row2 = (TableRow) mTable.getChildAt(1); in testWidths() local 65 assertTrue(row1.getChildCount() < row2.getChildCount()); in testWidths() 68 assertEquals(row2.getChildAt(i).getWidth(), row1.getChildAt(i).getWidth()); in testWidths()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | ListGridLayoutTest.java | 253 ViewGroup row2 = mListGridLayout.getSublist(1); in testRemoveAllItems() local 254 row2.setVisibility(View.VISIBLE); in testRemoveAllItems() 262 row2.addView(item2); in testRemoveAllItems() 266 assertEquals(1, row2.getChildCount()); in testRemoveAllItems() 273 assertEquals(0, row2.getChildCount()); in testRemoveAllItems() 274 assertEquals(View.GONE, row2.getVisibility()); in testRemoveAllItems()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | concat_quant8_signed.mod.py | 80 row2 = 40 variable 82 output_row = row1 + row2 85 input2 = Input("input2", "TENSOR_QUANT8_ASYMM_SIGNED", "{%d, %d}, 0.5f, -128" % (row2, col)) 92 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/view/ |
H A D | QCListViewTest.java | 97 QCRowView row2 = (QCRowView) mView.getChildAt(1); in setActionListener_setsOnChildView() local 99 ExtendedMockito.spyOn(row2); in setActionListener_setsOnChildView() 103 ExtendedMockito.verify(row2).setActionListener(listener); in setActionListener_setsOnChildView()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
H A D | AllIntentsActivity.java | 632 ContentValues row2 = new ContentValues(); in putDataExtra() local 633 row2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in putDataExtra() 634 row2.put(Email.TYPE, Email.TYPE_CUSTOM); in putDataExtra() 635 row2.put(Email.LABEL, "Green Bot"); in putDataExtra() 636 row2.put(Email.ADDRESS, "android@android.com"); in putDataExtra() 640 rows.add(row2); in putDataExtra()
|
/aosp12/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
H A D | BiDiTestGridLayoutCodeLtr.java | 70 Spec row2 = spec(1); in create() local 95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
|
H A D | BiDiTestGridLayoutCodeRtl.java | 70 Spec row2 = spec(1); in create() local 95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyProviderTest.java | 537 Uri row2 = mContentResolver.insert(Carriers.CONTENT_URI, contentValues2); in testUpdateConflictingCarriers() local 540 Log.d(TAG, "testUpdateConflictingCarriers: update row2=" + row2); in testUpdateConflictingCarriers() 542 mContentResolver.update(row2, contentValues, null, null); in testUpdateConflictingCarriers()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 3545 ViewGroup row2 = (ViewGroup) mLayoutInflater.inflate(R.layout.chooser_row, 3548 parentGroup.addView(row2); 3551 Lists.newArrayList(row1, row2), mMaxTargetsPerRow, viewType);
|