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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParserTest.java 60 private static class MockLayoutParamsParser extends LayoutParamsParser {
151 Method method = LayoutParamsParser.class.getDeclaredMethod("addGroup", //$NON-NLS-1$
160 Method method = LayoutParamsParser.class.getDeclaredMethod("addLayoutParams", //$NON-NLS-1$
168 Method method = LayoutParamsParser.class.getDeclaredMethod("getLayoutParamsInfo", //$NON-NLS-1$
176 Method method = LayoutParamsParser.class.getDeclaredMethod("findLayoutParams", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 450 LayoutParamsParser ldp = null;
455 ldp = new LayoutParamsParser(loader, attrsXmlParser);
464 ldp = new LayoutParamsParser(classLoader, attrsXmlParser);
490 LayoutParamsParser ldp = new LayoutParamsParser(classLoader, attrsXmlParser);
LayoutParamsParser.java 53 public class LayoutParamsParser {
57 * {@link LayoutParamsParser#getViews()} and {@link LayoutParamsParser#getGroups()} should
103 * Instantiate a new LayoutParamsParser.
107 public LayoutParamsParser(IAndroidClassLoader classLoader,

Completed in 86 milliseconds