Searched refs:styledAttrs (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DonutView.java | 81 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()
|
D | TwoStateButtonPreference.java | 49 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/ |
D | DonutView.java | 81 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()
|
D | TwoStateButtonPreference.java | 49 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/ |
D | DocumentsSwipeRefreshLayout.java | 45 final int[] styledAttrs = {android.R.attr.colorPrimary}; in DocumentsSwipeRefreshLayout() local 47 TypedArray a = context.obtainStyledAttributes(styledAttrs); in DocumentsSwipeRefreshLayout()
|