Home | History | Annotate | Download | only in am

Lines Matching refs:Theme

82     int theme;              // resource identifier of activity's theme.
83 int realTheme; // actual theme resource we will use, never 0.
159 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
393 theme = aInfo.getThemeResource();
394 realTheme = theme;
398 ? android.R.style.Theme