Searched refs:attributeId (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/inspector/ |
H A D | PropertyMapper.java | 44 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 D | InspectableProperty.java | 65 int attributeId() default Resources.ID_NULL; in attributeId() method
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AnalogClock.java | 257 @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 D | ProgressBar.java | 862 @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 D | CheckedTextView.java | 311 @InspectableProperty(attributeId = android.R.styleable.CheckedTextView_checkMarkTintMode)
|
H A D | Switch.java | 669 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_trackTintMode) 850 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_thumbTintMode)
|
H A D | CompoundButton.java | 450 attributeId = R.styleable.CompoundButton_buttonTintMode)
|
H A D | AbsSeekBar.java | 524 @InspectableProperty(attributeId = android.R.styleable.SeekBar_tickMarkTintMode)
|
H A D | ImageView.java | 727 @InspectableProperty(name = "blendMode", attributeId = android.R.styleable.ImageView_tintMode)
|
H A D | TextView.java | 3452 attributeId = com.android.internal.R.styleable.TextView_drawableTintMode)
|
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | InspectableClassModel.java | 196 public void setAttributeId(int attributeId) { in setAttributeId() argument 198 mAttributeId = attributeId; in setAttributeId()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 1259 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 D | test-current.txt | 3042 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;
|