Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/om/
DOverlayConfigParser.java372 int propEndPos = configPath.indexOf("}", propStartPos); in expandProperty() local
373 if (propEndPos == -1) { in expandProperty()
384 final String propertyName = configPath.substring(propStartPos + 2, propEndPos); in expandProperty()
397 propEndPos = propEndPos + 1; in expandProperty()
399 if (propEndPos < configPath.length()) { in expandProperty()
400 sb.append(configPath.substring(propEndPos)); in expandProperty()