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

  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 165 int typeEnd = url.indexOf('/', 1);
166 if (typeEnd != -1) {
167 int nameBegin = typeEnd + 1;
172 int colon = url.lastIndexOf(':', typeEnd);
176 String typeName = url.substring(typeBegin, typeEnd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 559 int typeEnd = url.indexOf('/', 1);
560 if (typeEnd == -1) {
563 int nameBegin = typeEnd + 1;
565 int colon = url.lastIndexOf(':', typeEnd);
574 assert "layout".equals(url.substring(typeBegin, typeEnd)); //$NON-NLS-1$
    [all...]
GraphicalEditorPart.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 184 int typeEnd = url.indexOf('/', 1);
185 if (typeEnd == -1) {
188 int nameBegin = typeEnd + 1;
193 int colon = url.lastIndexOf(':', typeEnd);
197 String typeName = url.substring(typeBegin, typeEnd);
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 552 milliseconds