Searched defs:heightRatio (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java73 protected ViewFactoryBase(float heightRatio) { argument
74 mHeightRatio = heightRatio;
97 * @param heightRatio The view's height will be this * the screen height.
99 public Params addTextView(final String text, float heightRatio) { argument
100 mViewFactories.add(new ViewFactoryBase(heightRatio) {
114 * @param heightRatio The view's height will be this * the screen height.
116 public Params addTextViews(int numViews, String textPrefix, float heightRatio) { argument
118 addTextView(textPrefix + i, heightRatio);
126 * @param heightRatio The view's height will be this * the screen height.
128 public Params addButton(final String text, float heightRatio) { argument
145 addButtons(int numButtons, String textPrefix, float heightRatio) argument
157 addInternalSelectionView(final int numRows, float heightRatio) argument
171 addVerticalLLOfButtons(final String prefix, final int numButtons, float heightRatio) argument
[all...]

Completed in 77 milliseconds