Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java69 final Button bottomButton = new Button(context); in twoButtonsSeparatedByFiller() local
70 bottomButton.setLayoutParams(buttonLp); in twoButtonsSeparatedByFiller()
71 bottomButton.setText("bottom (position " + position + ")"); in twoButtonsSeparatedByFiller()
72 ll.addView(bottomButton); in twoButtonsSeparatedByFiller()