Home | History | Annotate | Download | only in app

Lines Matching refs:Theme

93             case 4: return "STYLE_NORMAL with dark fullscreen theme";
94 case 5: return "STYLE_NORMAL with light theme";
95 case 6: return "STYLE_NO_TITLE with light theme";
96 case 7: return "STYLE_NO_FRAME with light theme";
97 case 8: return "STYLE_NORMAL with light fullscreen theme";
127 int style = DialogFragment.STYLE_NORMAL, theme = 0;
138 case 2: theme = android.R.style.Theme_Panel; break;
139 case 4: theme = android.R.style.Theme; break;
140 case 5: theme = android.R.style.Theme_Light; break;
141 case 6: theme = android.R.style.Theme_Light_Panel; break;
142 case 7: theme = android.R.style.Theme_Light; break;
144 setStyle(style, theme);