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.java375 int[] arrayValue = null; in parseStyleable() local
382 arrayValue = styleables.get(arrayName); in parseStyleable()
383 if (arrayValue != null) { in parseStyleable()
388 if (arrayValue != null) { in parseStyleable()
390 int attrValue = arrayValue[index]; in parseStyleable()