Home
last modified time | relevance | path

Searched refs:styledAttrs (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DDonutView.java81 TypedArray styledAttrs = context.obtainStyledAttributes(attrs, R.styleable.DonutView); in DonutView() local
82 mMeterBackgroundColor = styledAttrs.getColor(R.styleable.DonutView_meterBackgroundColor, in DonutView()
84 mMeterConsumedColor = styledAttrs.getColor(R.styleable.DonutView_meterConsumedColor, in DonutView()
86 applyColorAccent = styledAttrs.getBoolean(R.styleable.DonutView_applyColorAccent, in DonutView()
88 mShowPercentString = styledAttrs.getBoolean(R.styleable.DonutView_showPercentString, in DonutView()
90 mStrokeWidth = styledAttrs.getDimensionPixelSize(R.styleable.DonutView_thickness, in DonutView()
92 styledAttrs.recycle(); in DonutView()
DLabeledSeekBarPreference.java43 final TypedArray styledAttrs = context.obtainStyledAttributes(attrs, in LabeledSeekBarPreference() local
45 mTextStartId = styledAttrs.getResourceId( in LabeledSeekBarPreference()
48 mTextEndId = styledAttrs.getResourceId( in LabeledSeekBarPreference()
51 styledAttrs.recycle(); in LabeledSeekBarPreference()
DTwoStateButtonPreference.java49 final TypedArray styledAttrs = context.obtainStyledAttributes(attrs, in TwoStateButtonPreference() local
51 final int textOnId = styledAttrs.getResourceId( in TwoStateButtonPreference()
54 final int textOffId = styledAttrs.getResourceId( in TwoStateButtonPreference()
57 styledAttrs.recycle(); in TwoStateButtonPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDonutView.java81 TypedArray styledAttrs = context.obtainStyledAttributes(attrs, R.styleable.DonutView); in DonutView() local
82 mMeterBackgroundColor = styledAttrs.getColor(R.styleable.DonutView_meterBackgroundColor, in DonutView()
84 mMeterConsumedColor = styledAttrs.getColor(R.styleable.DonutView_meterConsumedColor, in DonutView()
86 applyColorAccent = styledAttrs.getBoolean(R.styleable.DonutView_applyColorAccent, in DonutView()
88 mShowPercentString = styledAttrs.getBoolean(R.styleable.DonutView_showPercentString, in DonutView()
90 mStrokeWidth = styledAttrs.getDimensionPixelSize(R.styleable.DonutView_thickness, in DonutView()
92 styledAttrs.recycle(); in DonutView()
DTwoStateButtonPreference.java49 final TypedArray styledAttrs = context.obtainStyledAttributes(attrs, in TwoStateButtonPreference() local
51 final int textOnId = styledAttrs.getResourceId( in TwoStateButtonPreference()
54 final int textOffId = styledAttrs.getResourceId( in TwoStateButtonPreference()
57 styledAttrs.recycle(); in TwoStateButtonPreference()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentsSwipeRefreshLayout.java45 final int[] styledAttrs = {android.R.attr.colorPrimary}; in DocumentsSwipeRefreshLayout() local
47 TypedArray a = context.obtainStyledAttributes(styledAttrs); in DocumentsSwipeRefreshLayout()