Searched refs:lp2 (Results 1 – 2 of 2) sorted by relevance
259 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( in doubleText() local264 ll.addView(t2, lp2); in doubleText()
301 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes(); in testSetContentView() local303 lp2.height = ViewGroup.LayoutParams.WRAP_CONTENT; in testSetContentView()304 lp2.width = ViewGroup.LayoutParams.WRAP_CONTENT; in testSetContentView()309 d.addContentView(inflate3.inflate(R.layout.checkbox_layout, null), lp2); in testSetContentView()