HomeSort by relevance Sort by last modified time
    Searched refs:rootViewInfo (Results 1 - 3 of 3) sorted by null

  /sdk/ide_common/src/com/android/ide/common/rendering/
StaticRenderSession.java 43 public StaticRenderSession(Result result, ViewInfo rootViewInfo, BufferedImage image) {
45 mRootViewInfo = Collections.singletonList(rootViewInfo);
LayoutLibrary.java 568 ViewInfo rootViewInfo = null;
574 rootViewInfo = convertToViewInfo(oldRootView);
583 return new StaticRenderSession(sceneResult, rootViewInfo, result.getImage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 301 * @param rootViewInfo The root of the view info hierarchy. Can be null.
303 public void setModel(CanvasViewInfo rootViewInfo) {
304 mRootWrapper.setRoot(rootViewInfo);
312 tv.expandToLevel(rootViewInfo, 2);
    [all...]

Completed in 163 milliseconds