Searched refs:textPrefix (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java113 * @param textPrefix The text to prepend to each text view.
116 public Params addTextViews(int numViews, String textPrefix, float heightRatio) { argument
118 addTextView(textPrefix + i, heightRatio);
142 * @param textPrefix The text to prepend to each button.
145 public Params addButtons(int numButtons, String textPrefix, float heightRatio) { argument
147 addButton(textPrefix + i, heightRatio);

Completed in 99 milliseconds