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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 180 public static final String DOT_LAYOUT_PARAMS = ".LayoutParams"; //$NON-NLS-1$
BaseViewRule.java 27 import static com.android.ide.common.layout.LayoutConstants.DOT_LAYOUT_PARAMS;
502 if (sourceClass.endsWith(DOT_LAYOUT_PARAMS)) {
503 index = sourceClass.length() - DOT_LAYOUT_PARAMS.length() - 1;
613 if (!definedBy.endsWith(DOT_LAYOUT_PARAMS)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 19 import static com.android.ide.common.layout.LayoutConstants.DOT_LAYOUT_PARAMS;
196 String definedBy = viewLayoutClass.getFullClassName() + DOT_LAYOUT_PARAMS;

Completed in 2332 milliseconds