Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeDeviceActivity.java19 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()
DTestConfiguration.java170 static final LayoutInfo[] LAYOUTS = { field in TestConfiguration