Home
last modified time | relevance | path

Searched refs:lp2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java259 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( in doubleText() local
264 ll.addView(t2, lp2); in doubleText()
/cts/tests/app/src/android/app/cts/
DDialogTest.java302 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes(); in testSetContentView() local
304 lp2.height = ViewGroup.LayoutParams.WRAP_CONTENT; in testSetContentView()
305 lp2.width = ViewGroup.LayoutParams.WRAP_CONTENT; in testSetContentView()
310 d.addContentView(inflate3.inflate(R.layout.checkbox_layout, null), lp2); in testSetContentView()