Home
last modified time | relevance | path

Searched refs:row2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMultiLayersActivity.java41 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()
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DAddColumnTest.java63 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()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s75 row2 RN 5 label
218 LDRH row2, [pQ0]
231 AND tunpk0, mask, row2
232 AND tunpk3, mask, row2, LSL#8
DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s80 row2 RN 5 label
214 LDR row2, [pQ0]
227 AND tunpk2, mask, row2
228 AND tunpk3, mask, row2, LSL#8
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeRtl.java70 Spec row2 = spec(1); in create() local
95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
DBiDiTestGridLayoutCodeLtr.java70 Spec row2 = spec(1); in create() local
95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPINView.java81 mRow2 = (ViewGroup) findViewById(R.id.row2); in onFinishInflate()