/cts/tests/app/src/android/app/cts/ |
DialogTest.java | 99 // According to javadoc of constructors, it will set theme to system default theme, 100 // when we set no theme id or set it theme id to 0. 101 // But CTS can no assert dialog theme equals system internal theme. 129 // get Theme and assert 130 final Resources.Theme expected = mContext.getResources().newTheme(); 322 final String expectedTitle = "Test Dialog Without theme"; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 172 final Resources.Theme popupTheme = mActivity.getResources().newTheme(); [all...] |
/frameworks/base/core/java/android/content/ |
Context.java | 577 * the current theme. 593 * styled for the current theme. 610 * styled for the current theme. 626 * Set the base theme for this context. Note that this should be called 631 * @param resid The style resource describing the theme. 642 * Return the Theme object associated with this Context. 645 public abstract Resources.Theme getTheme(); 648 * Retrieve styled attribute information in this Context's theme. See 649 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int[])} 652 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int[] [all...] |
ContextWrapper.java | 124 public Resources.Theme getTheme() {
|
/frameworks/base/core/java/android/content/res/ |
TypedArray.java | 40 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)} 71 /*package*/ Resources.Theme mTheme; [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
WindowDecorActionBar.java | 910 Resources.Theme currentTheme = mContext.getTheme(); [all...] |
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneWindow.java | 71 import android.content.res.Resources.Theme; 406 // decor, when theme attributes and the like are crystalized. Do not check the feature 437 // decor, when theme attributes and the like are crystalized. Do not check the feature [all...] |
DecorView.java | 279 R.color.system_bar_background_semi_transparent, null /* theme */); [all...] |
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
RenderTests.java | 103 layoutLibCallback, "Theme.NoTitleBar", false, 106 renderAndVerify(params, "simple_activity-old-theme.png"); 117 layoutLibCallback, "Theme.Material.Light.NoActionBar.TranslucentDecor", false, 123 layoutLibCallback, "Theme.Material.Light.NoActionBar.TranslucentDecor", false, 129 layoutLibCallback, "Theme.Material.Light.NoActionBar", false, 179 layoutLibCallback, "Theme.Material.Light.NoActionBar", false, 186 layoutLibCallback, "Theme.Material.Light", false, 191 // This also tests that a theme with "NoActionBar" DOES HAVE an action bar when we are 195 layoutLibCallback, "Theme.Material.Light.NoActionBar", false, 226 layoutLibCallback, "Theme.Material.Light.NoActionBar", false 664 Resources.Theme theme = mContext.getResources().newTheme(); local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
WindowDecorActionBar.java | 922 Resources.Theme currentTheme = mContext.getTheme(); [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 44 import android.content.res.Resources.Theme; [all...] |
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 182 private Resources.Theme mTheme = null; 277 public Resources.Theme getTheme() { [all...] |
ActivityThread.java | 48 import android.content.res.Resources.Theme; 2722 int theme = r.activityInfo.getThemeResource(); local [all...] |
Activity.java | 143 * windows (via a theme with {@link android.R.attr#windowIsFloating} set) [all...] |
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/ |
adapters-1.0-rc0.jar | |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
KeyboardView.java | 342 android.R.styleable.Theme); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 322 com.android.internal.R.styleable.Theme); [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 863 * Dumps the theme attributes from the given View. 883 android.util.Log.w("View", "Problem dumping View Theme:", e); 892 * Gets the style attributes from the {@link Resources.Theme}. For debugging only. 895 * @param theme Theme to dump. 896 * @return a String array containing pairs of adjacent Theme attribute data: name followed by 901 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) { 905 int[] attributes = theme.getAllAttributes(); 910 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true) [all...] |
/prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/ |
adapters-1.0-rc1.jar | |
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 77 final Resources.Theme theme = res.newTheme(); local 78 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable); [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityRecord.java | 243 private int theme; // resource identifier of activity's theme. field in class:ActivityRecord 244 private int realTheme; // actual theme resource we will use, never 0. 404 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme)); [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 506 public Resources.Theme getTheme() { [all...] |
Editor.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |