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

  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IXmlPullParser.java 24 public interface IXmlPullParser extends XmlPullParser {
ILayoutBridge.java 35 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, boolean, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
36 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
40 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, int, float, float, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
41 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
46 * <li>new render method: {@link #computeLayout(IXmlPullParser, Object, int, int, String, boolean, Map, Map, IProjectCallback, ILayoutLog)}</li>
47 * <li>deprecated {@link #computeLayout(IXmlPullParser, Object, int, int, String, Map, Map, IProjectCallback, ILayoutLog)}</li>
83 * @param layoutDescription the {@link IXmlPullParser} letting the LayoutLib Bridge visit the
111 ILayoutResult computeLayout(IXmlPullParser layoutDescription,
122 * @param layoutDescription the {@link IXmlPullParser} letting the LayoutLib Bridge visit the
148 ILayoutResult computeLayout(IXmlPullParser layoutDescription
    [all...]
  /sdk/ide_common/src/com/android/ide/common/rendering/legacy/
ILegacyPullParser.java 20 import com.android.layoutlib.api.IXmlPullParser;
25 * Clients should use this instead of {@link ILayoutPullParser} or {@link IXmlPullParser}.
29 public interface ILegacyPullParser extends ILayoutPullParser, IXmlPullParser {
  /sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java 43 import com.android.layoutlib.api.IXmlPullParser;
450 if (params.getLayoutDescription() instanceof IXmlPullParser == false) {
496 (IXmlPullParser) params.getLayoutDescription(),
508 (IXmlPullParser) params.getLayoutDescription(), params.getProjectKey(),
517 (IXmlPullParser) params.getLayoutDescription(), params.getProjectKey(),
534 (IXmlPullParser) params.getLayoutDescription(), params.getProjectKey(),
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 885 milliseconds