Searched refs:styledAttrs (Results 1 – 4 of 4) sorted by relevance
49 final TypedArray styledAttrs = context.obtainStyledAttributes(attrs, in LabeledSeekBarPreference() local51 mTextStartId = styledAttrs.getResourceId( in LabeledSeekBarPreference()54 mTextEndId = styledAttrs.getResourceId( in LabeledSeekBarPreference()57 mTickMarkId = styledAttrs.getResourceId( in LabeledSeekBarPreference()59 mSummary = styledAttrs.getText(R.styleable.Preference_android_summary); in LabeledSeekBarPreference()60 styledAttrs.recycle(); in LabeledSeekBarPreference()
49 final TypedArray styledAttrs = context.obtainStyledAttributes(attrs, in TwoStateButtonPreference() local51 final int textOnId = styledAttrs.getResourceId( in TwoStateButtonPreference()54 final int textOffId = styledAttrs.getResourceId( in TwoStateButtonPreference()57 styledAttrs.recycle(); in TwoStateButtonPreference()
45 final int[] styledAttrs = {android.R.attr.colorAccent}; in DocumentsSwipeRefreshLayout() local47 TypedArray a = context.obtainStyledAttributes(styledAttrs); in DocumentsSwipeRefreshLayout()
106 final int[] styledAttrs = {android.R.attr.statusBarColor}; in NavigationViewManager() local107 TypedArray a = mActivity.obtainStyledAttributes(styledAttrs); in NavigationViewManager()