Searched refs:extractThemeAttrs (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DGradientColor.java186 mThemeAttrs = a.extractThemeAttrs();
356 final int[] themeAttrs = a.extractThemeAttrs();
411 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]);
578 mThemeAttrs = a.extractThemeAttrs(mThemeAttrs);
H A DColorStateList.java326 final int[] themeAttrs = a.extractThemeAttrs();
442 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]);
H A DTypedArray.java1168 public int[] extractThemeAttrs() { method in class:TypedArray
1169 return extractThemeAttrs(null);
1176 public int[] extractThemeAttrs(@Nullable int[] scrap) { method in class:TypedArray
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java185 state.mThemeAttrs = a.extractThemeAttrs();
H A DClipDrawable.java141 state.mThemeAttrs = a.extractThemeAttrs();
H A DColorDrawable.java280 state.mThemeAttrs = a.extractThemeAttrs();
H A DRotateDrawable.java122 state.mThemeAttrs = a.extractThemeAttrs();
H A DScaleDrawable.java157 state.mThemeAttrs = a.extractThemeAttrs();
H A DGradientDrawable.java1294 state.mThemeAttrs = a.extractThemeAttrs();
1454 st.mAttrPadding = a.extractThemeAttrs();
1475 st.mAttrCorners = a.extractThemeAttrs();
1509 st.mAttrStroke = a.extractThemeAttrs();
1541 st.mAttrSolid = a.extractThemeAttrs();
1558 st.mAttrGradient = a.extractThemeAttrs();
1675 st.mAttrSize = a.extractThemeAttrs();
H A DStateListDrawable.java137 state.mThemeAttrs = a.extractThemeAttrs();
H A DAnimatedImageDrawable.java262 mState.mThemeAttrs = a.extractThemeAttrs();
H A DDrawableWrapper.java188 state.mThemeAttrs = a.extractThemeAttrs();
H A DInsetDrawable.java187 state.mThemeAttrs = a.extractThemeAttrs();
H A DShapeDrawable.java461 state.mThemeAttrs = a.extractThemeAttrs();
H A DVectorDrawable.java734 state.mThemeAttrs = a.extractThemeAttrs();
1378 mThemeAttrs = a.extractThemeAttrs();
2006 mThemeAttrs = a.extractThemeAttrs();
H A DAnimatedStateListDrawable.java414 state.mAnimThemeAttrs = a.extractThemeAttrs();
H A DNinePatchDrawable.java419 state.mThemeAttrs = a.extractThemeAttrs();
H A DRippleDrawable.java480 state.mTouchThemeAttrs = a.extractThemeAttrs();
H A DLayerDrawable.java299 state.mThemeAttrs = a.extractThemeAttrs();
343 layer.mThemeAttrs = a.extractThemeAttrs();
H A DAdaptiveIconDrawable.java515 layer.mThemeAttrs = a.extractThemeAttrs();
H A DBitmapDrawable.java805 state.mThemeAttrs = a.extractThemeAttrs();
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java776 public int[] extractThemeAttrs() { method in class:BridgeTypedArray
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 244 milliseconds