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

/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java59 float getHeightRatio(); method in interface:ScrollViewScenario.ViewFactory
77 public float getHeightRatio() { method in class:ScrollViewScenario.ViewFactoryBase
254 if (viewFactory.getHeightRatio() >= 0) {
255 height = (int) (viewFactory.getHeightRatio() * screenHeight);

Completed in 5 milliseconds