HomeSort by relevance Sort by last modified time
    Searched refs:bottomButton (Results 1 - 2 of 2) sorted by null

  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 69 final Button bottomButton = new Button(context);
70 bottomButton.setLayoutParams(buttonLp);
71 bottomButton.setText("bottom (position " + position + ")");
72 ll.addView(bottomButton);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 69 final Button bottomButton = new Button(context);
70 bottomButton.setLayoutParams(buttonLp);
71 bottomButton.setText("bottom (position " + position + ")");
72 ll.addView(bottomButton);

Completed in 70 milliseconds