Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java269 if (part_iter.hasNext() && parseScreenLayoutLong(part_iter.peek(), out)) { in parse()
501 static boolean parseScreenLayoutLong(final String name, ResTable_config out) { in parseScreenLayoutLong() method in ConfigDescription