Home
last modified time | relevance | path

Searched refs:attributeId (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/inspector/
H A DPropertyMapper.java44 int mapBoolean(@NonNull String name, @AttrRes int attributeId); in mapBoolean() argument
54 int mapByte(@NonNull String name, @AttrRes int attributeId); in mapByte() argument
64 int mapChar(@NonNull String name, @AttrRes int attributeId); in mapChar() argument
74 int mapDouble(@NonNull String name, @AttrRes int attributeId); in mapDouble() argument
84 int mapFloat(@NonNull String name, @AttrRes int attributeId); in mapFloat() argument
94 int mapInt(@NonNull String name, @AttrRes int attributeId); in mapInt() argument
104 int mapLong(@NonNull String name, @AttrRes int attributeId); in mapLong() argument
114 int mapShort(@NonNull String name, @AttrRes int attributeId); in mapShort() argument
135 int mapColor(@NonNull String name, @AttrRes int attributeId); in mapColor() argument
159 @AttrRes int attributeId, in mapIntEnum() argument
[all …]
H A DInspectableProperty.java65 int attributeId() default Resources.ID_NULL; in attributeId() method
/aosp12/frameworks/base/core/java/android/widget/
H A DAnalogClock.java257 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTint)
287 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTintMode)
332 attributeId = com.android.internal.R.styleable.AnalogClock_hand_hourTint
364 attributeId = com.android.internal.R.styleable.AnalogClock_hand_hourTintMode)
409 attributeId = com.android.internal.R.styleable.AnalogClock_hand_minuteTint
441 attributeId = com.android.internal.R.styleable.AnalogClock_hand_minuteTintMode)
492 attributeId = com.android.internal.R.styleable.AnalogClock_hand_secondTint
524 attributeId = com.android.internal.R.styleable.AnalogClock_hand_secondTintMode)
H A DProgressBar.java862 @InspectableProperty(attributeId = R.styleable.ProgressBar_indeterminateTintMode)
1174 @InspectableProperty(attributeId = android.R.styleable.ProgressBar_progressTintMode)
1285 @InspectableProperty(attributeId = R.styleable.ProgressBar_progressBackgroundTintMode)
1405 @InspectableProperty(attributeId = android.R.styleable.ProgressBar_secondaryProgressTintMode)
H A DCheckedTextView.java311 @InspectableProperty(attributeId = android.R.styleable.CheckedTextView_checkMarkTintMode)
H A DSwitch.java669 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_trackTintMode)
850 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_thumbTintMode)
H A DCompoundButton.java450 attributeId = R.styleable.CompoundButton_buttonTintMode)
H A DAbsSeekBar.java524 @InspectableProperty(attributeId = android.R.styleable.SeekBar_tickMarkTintMode)
H A DImageView.java727 @InspectableProperty(name = "blendMode", attributeId = android.R.styleable.ImageView_tintMode)
H A DTextView.java3452 attributeId = com.android.internal.R.styleable.TextView_drawableTintMode)
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectableClassModel.java196 public void setAttributeId(int attributeId) { in setAttributeId() argument
198 mAttributeId = attributeId; in setAttributeId()
/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java1259 for (int attributeId : attributes) {
1261 data[i] = resources.getResourceName(attributeId);
1262 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true) ?
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt3042 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;