Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java376 int[] arrayValue = null; in parseStyleable() local
383 arrayValue = styleables.get(arrayName); in parseStyleable()
384 if (arrayValue != null) { in parseStyleable()
389 if (arrayValue != null) { in parseStyleable()
391 int attrValue = arrayValue[index]; in parseStyleable()