Searched refs:extractThemeAttrs (Results 1 – 15 of 15) sorted by relevance
1071 state.mThemeAttrs = a.extractThemeAttrs();1231 st.mAttrPadding = a.extractThemeAttrs();1252 st.mAttrCorners = a.extractThemeAttrs();1286 st.mAttrStroke = a.extractThemeAttrs();1318 st.mAttrSolid = a.extractThemeAttrs();1335 st.mAttrGradient = a.extractThemeAttrs();1452 st.mAttrSize = a.extractThemeAttrs();
252 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
93 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
130 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
125 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
585 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()1272 mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()1593 mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
439 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
413 state.mAnimThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
465 state.mTouchThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
427 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
180 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()274 layer.mThemeAttrs = a.extractThemeAttrs(); in updateLayerFromTypedArray()
758 state.mThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
1052 public int[] extractThemeAttrs() { in extractThemeAttrs() method in TypedArray1053 return extractThemeAttrs(null); in extractThemeAttrs()1060 public int[] extractThemeAttrs(@Nullable int[] scrap) { in extractThemeAttrs() method in TypedArray
273 final int[] themeAttrs = a.extractThemeAttrs(); in inflate()388 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]); in applyTheme()
752 public int[] extractThemeAttrs() { in extractThemeAttrs() method in BridgeTypedArray