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

/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java66 private static abstract class ViewFactoryBase implements ViewFactory { class in class:ScrollViewScenario
71 private ViewFactoryBase() {throw new UnsupportedOperationException("don't call this!");} method in class:ScrollViewScenario.ViewFactoryBase
73 protected ViewFactoryBase(float heightRatio) { method in class:ScrollViewScenario.ViewFactoryBase
100 mViewFactories.add(new ViewFactoryBase(heightRatio) {
129 mViewFactories.add(new ViewFactoryBase(heightRatio) {
158 mViewFactories.add(new ViewFactoryBase(heightRatio) {
172 mViewFactories.add(new ViewFactoryBase(heightRatio) {

Completed in 2027 milliseconds