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

  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 56 private interface ViewFactory {
63 * Partially implement ViewFactory given a height ratio.
66 private static abstract class ViewFactoryBase implements ViewFactory {
89 List<ViewFactory> mViewFactories = Lists.newArrayList();
252 for (ViewFactory viewFactory : params.mViewFactories) {
254 if (viewFactory.getHeightRatio() >= 0) {
255 height = (int) (viewFactory.getHeightRatio() * screenHeight);
259 mLinearLayout.addView(viewFactory.create(this), lp);
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 60 milliseconds