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.java1007 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local
1010 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()
1015 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()
1027 if (colonIdx != -1) { in resourceUrlFromName()
1033 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()
1035 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()