OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THEMES
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/theme/app/src/android/theme/app/
GenerateImagesActivity.java
38
* Generates images by iterating through all
themes
and launching instances of
149
final ThemeDeviceActivity.Theme theme = ThemeDeviceActivity.
THEMES
[mCurrentTheme];
174
// Keep trying
themes
until one works.
176
while (++mCurrentTheme < ThemeDeviceActivity.
THEMES
.length && !success) {
180
// If we ran out of
themes
, we're done.
ThemeDeviceActivity.java
38
* A activity which display various UI elements with non-modifiable
themes
.
76
mTheme =
THEMES
[themeIndex];
201
// List of
themes
to verify.
202
static final Theme[]
THEMES
= {
Completed in 59 milliseconds