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

  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutResult.java 50 * Returns the {@link ILayoutViewInfo} object for the top level view.
52 ILayoutViewInfo getRootView();
69 public interface ILayoutViewInfo {
74 ILayoutViewInfo[] getChildren();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 22 import com.android.layoutlib.api.ILayoutResult.ILayoutViewInfo;
33 * This pull parser generates {@link ILayoutViewInfo}s which key is a {@link ViewElementDescriptor}.
53 // we need a viewKey or the ILayoutResult will not contain any ILayoutViewInfo
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 41 import com.android.layoutlib.api.ILayoutResult.ILayoutViewInfo;
575 ILayoutViewInfo oldRootView = result.getRootView();
590 * Converts a {@link ILayoutViewInfo} (and its children) to a {@link ViewInfo}.
592 private ViewInfo convertToViewInfo(ILayoutViewInfo view) {
598 ILayoutViewInfo[] children = view.getChildren();
601 for (ILayoutViewInfo child : children) {
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 307 milliseconds