Searched refs:LAYOUTS (Results 1 – 2 of 2) sorted by relevance
19 import static android.theme.app.TestConfiguration.LAYOUTS;130 if (mLayoutIndex < LAYOUTS.length) { in onDestroy()131 finish("Only rendered " + mLayoutIndex + "/" + LAYOUTS.length + " layouts", false); in onDestroy()141 if (mLayoutIndex >= LAYOUTS.length) { in setNextLayout()148 final LayoutInfo layout = LAYOUTS[mLayoutIndex++]; in setNextLayout()165 + " (" + mLayoutIndex + "/" + LAYOUTS.length + ")"); in setNextLayout()
170 static final LayoutInfo[] LAYOUTS = { field in TestConfiguration