/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
SettingsDrawerActivity.java | 69 TypedArray theme = getTheme().obtainStyledAttributes(android.R.styleable.Theme); local 70 if (!theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) { 78 if (theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationGuts.java | 144 com.android.internal.R.styleable.Theme, 0, 0);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
TaskStackChangedListenerTest.java | 35 import android.content.res.Resources.Theme;
|
/frameworks/support/compat/java/android/support/v4/content/res/ |
TypedArrayUtils.java | 178 * Obtains styled attributes from the theme, if available, or unstyled 179 * resources if the theme is null. 182 Resources res, Resources.Theme theme, AttributeSet set, int[] attrs) { 183 if (theme == null) { 186 return theme.obtainStyledAttributes(set, attrs, 0, 0);
|
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/ |
PathInterpolatorCompat.java | 70 public PathInterpolatorCompat(Resources res, Resources.Theme theme, AttributeSet attrs, 72 TypedArray a = TypedArrayUtils.obtainAttributes(res, theme,
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
DrawerLayoutActivity.java | 128 // your activity theme to have attribute named "drawerArrowStyle" that points 149 // from the theme makes the status bar slightly darker. 165 final Resources.Theme theme = mDrawerLayout.getContext().getTheme(); 166 final TypedArray a = theme.obtainStyledAttributes(
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
LayoutInflaterFactoryTestCase.java | 231 private static TypedValue getColorAccentValue(final Resources.Theme theme) { 233 theme.resolveAttribute(R.attr.colorAccent, typedValue, true);
|
/packages/apps/Settings/src/com/android/settings/ |
SetupChooseLockGeneric.java | 42 * only overload base methods for minor theme and behavior differences specific to Setup Wizard. 61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { 63 super.onApplyThemeResource(theme, resid, first);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedVectorDrawable.java | 33 import android.content.res.Resources.Theme; 522 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) 536 final TypedArray a = obtainAttributes(res, theme, attrs, 542 drawableRes, theme).mutate(); 553 final TypedArray a = obtainAttributes(res, theme, attrs, 560 if (theme != null) { 563 res, theme, animResId, pathErrorScale); 568 // The animation may be theme-dependent. As a 571 // until we have a theme in applyTheme() [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
GradientDrawableTest.java | 28 import android.content.res.Resources.Theme; 604 // Ensure theme density is applied correctly. 605 final Theme t = res.newTheme();
|
InsetDrawableTest.java | 27 import android.content.res.Resources.Theme; 497 // Ensure theme density is applied correctly. 498 final Theme t = res.newTheme();
|
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 32 import android.content.res.Resources.Theme; 370 Theme theme = view.getContext().getTheme(); local 371 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ArrayAdapterTest.java | 30 import android.content.res.Resources.Theme; 235 Theme theme = mContext.getResources().newTheme(); local 236 mArrayAdapter.setDropDownViewTheme(theme); 237 assertSame(theme, mArrayAdapter.getDropDownViewTheme());
|
SimpleAdapterTest.java | 35 import android.content.res.Resources.Theme; 297 Theme theme = mContext.getResources().newTheme(); local 298 mSimpleAdapter.setDropDownViewTheme(theme); 299 assertSame(theme, mSimpleAdapter.getDropDownViewTheme());
|
/frameworks/base/core/java/android/widget/ |
AutoCompleteTextView.java | 21 import android.content.res.Resources.Theme; 138 * Constructs a new auto-complete text view with the given context's theme. 141 * access the current theme, resources, etc. 148 * Constructs a new auto-complete text view with the given context's theme 152 * access the current theme, resources, etc. 160 * Constructs a new auto-complete text view with the given context's theme, 164 * access the current theme, resources, etc. 166 * @param defStyleAttr An attribute in the current theme that contains a 176 * Constructs a new auto-complete text view with the given context's theme, 180 * access the current theme, resources, etc [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 33 import android.content.res.Resources.Theme; 156 * Set the theme to be used for inflating drawables. 158 public void setTheme(Theme theme) { 159 mTheme = theme; 678 // TODO: Get the right Theme Attribute ID to enable caching of the drawables. 752 // The drawables are always inflated with a Theme and we don't care about caching. So, [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AppCompatSpinner.java | 62 * <li>Setting the popup theme using {@link R.attr#popupTheme}.</li> 100 * Construct a new spinner with the given context's theme. 103 * access the current theme, resources, etc. 110 * Construct a new spinner with the given context's theme and the supplied 115 * access the current theme, resources, etc. 125 * Construct a new spinner with the given context's theme and the supplied attribute set. 128 * access the current theme, resources, etc. 136 * Construct a new spinner with the given context's theme, the supplied attribute set, 140 * access the current theme, resources, etc. 142 * @param defStyleAttr An attribute in the current theme that contains [all...] |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/24.4.0-beta3/ |
asset-studio-24.4.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/24.4.0-beta6/ |
asset-studio-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/24.5.0/ |
asset-studio-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0/ |
asset-studio-25.0.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha1/ |
asset-studio-25.0.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha3/ |
asset-studio-25.0.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha5/ |
asset-studio-25.0.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.0.0-alpha7/ |
asset-studio-25.0.0-alpha7.jar | |