Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inspector/
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
124 int mapObject(@NonNull String name, @AttrRes int attributeId); in mapObject() argument
135 int mapColor(@NonNull String name, @AttrRes int attributeId); in mapColor() argument
[all …]
DInspectableProperty.java65 int attributeId() default Resources.ID_NULL; in attributeId() method
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectableClassModel.java196 public void setAttributeId(int attributeId) { in setAttributeId() argument
198 mAttributeId = attributeId; in setAttributeId()
/frameworks/base/core/java/android/widget/
DProgressBar.java857 @InspectableProperty(attributeId = R.styleable.ProgressBar_indeterminateTintMode)
1168 @InspectableProperty(attributeId = android.R.styleable.ProgressBar_progressTintMode)
1278 @InspectableProperty(attributeId = R.styleable.ProgressBar_progressBackgroundTintMode)
1396 @InspectableProperty(attributeId = android.R.styleable.ProgressBar_secondaryProgressTintMode)
DCheckedTextView.java311 @InspectableProperty(attributeId = android.R.styleable.CheckedTextView_checkMarkTintMode)
DCompoundButton.java380 attributeId = R.styleable.CompoundButton_buttonTintMode)
DSwitch.java633 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_trackTintMode)
787 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_thumbTintMode)
DAbsSeekBar.java522 @InspectableProperty(attributeId = android.R.styleable.SeekBar_tickMarkTintMode)
DImageView.java721 @InspectableProperty(name = "blendMode", attributeId = android.R.styleable.ImageView_tintMode)
DTextView.java3364 attributeId = com.android.internal.R.styleable.TextView_drawableTintMode)
/frameworks/base/core/java/android/view/
DViewDebug.java1171 for (int attributeId : attributes) {
1173 data[i] = resources.getResourceName(attributeId);
1174 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true) ?
/frameworks/base/api/
Dtest-current.txt4559 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;