Home
last modified time | relevance | path

Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java1053 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local
1056 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()
1061 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()
1073 if (colonIdx != -1) { in resourceUrlFromName()
1079 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()
1081 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()