HomeSort by relevance Sort by last modified time
    Searched refs:extractThemeAttrs (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/content/res/
GradientColor.java 186 mThemeAttrs = a.extractThemeAttrs();
356 final int[] themeAttrs = a.extractThemeAttrs();
411 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]);
578 mThemeAttrs = a.extractThemeAttrs(mThemeAttrs);
ColorStateList.java 326 final int[] themeAttrs = a.extractThemeAttrs();
442 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]);
TypedArray.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 185 state.mThemeAttrs = a.extractThemeAttrs();
ClipDrawable.java 141 state.mThemeAttrs = a.extractThemeAttrs();
ColorDrawable.java 280 state.mThemeAttrs = a.extractThemeAttrs();
RotateDrawable.java 122 state.mThemeAttrs = a.extractThemeAttrs();
ScaleDrawable.java 157 state.mThemeAttrs = a.extractThemeAttrs();
GradientDrawable.java     [all...]
StateListDrawable.java 137 state.mThemeAttrs = a.extractThemeAttrs();
AnimatedImageDrawable.java 262 mState.mThemeAttrs = a.extractThemeAttrs();
DrawableWrapper.java 188 state.mThemeAttrs = a.extractThemeAttrs();
InsetDrawable.java 187 state.mThemeAttrs = a.extractThemeAttrs();
ShapeDrawable.java 461 state.mThemeAttrs = a.extractThemeAttrs();
VectorDrawable.java 734 state.mThemeAttrs = a.extractThemeAttrs();
    [all...]
AnimatedStateListDrawable.java 414 state.mAnimThemeAttrs = a.extractThemeAttrs();
NinePatchDrawable.java 419 state.mThemeAttrs = a.extractThemeAttrs();
RippleDrawable.java 480 state.mTouchThemeAttrs = a.extractThemeAttrs();
    [all...]
LayerDrawable.java 299 state.mThemeAttrs = a.extractThemeAttrs();
343 layer.mThemeAttrs = a.extractThemeAttrs();
    [all...]
AdaptiveIconDrawable.java 515 layer.mThemeAttrs = a.extractThemeAttrs();
    [all...]
BitmapDrawable.java 805 state.mThemeAttrs = a.extractThemeAttrs();
    [all...]
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 776 public int[] extractThemeAttrs() {
    [all...]

Completed in 435 milliseconds