Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java56 final Button topButton = new Button(context); in twoButtonsSeparatedByFiller() local
57 topButton.setLayoutParams( in twoButtonsSeparatedByFiller()
59 topButton.setText("top (position " + position + ")"); in twoButtonsSeparatedByFiller()
60 ll.addView(topButton); in twoButtonsSeparatedByFiller()