Searched refs:attributeId (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/view/inspector/ |
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 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 …]
|
D | InspectableProperty.java | 65 int attributeId() default Resources.ID_NULL; in attributeId() method
|
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
D | InspectableClassModel.java | 196 public void setAttributeId(int attributeId) { in setAttributeId() argument 198 mAttributeId = attributeId; in setAttributeId()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 857 @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)
|
D | CheckedTextView.java | 311 @InspectableProperty(attributeId = android.R.styleable.CheckedTextView_checkMarkTintMode)
|
D | CompoundButton.java | 380 attributeId = R.styleable.CompoundButton_buttonTintMode)
|
D | Switch.java | 633 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_trackTintMode) 787 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_thumbTintMode)
|
D | AbsSeekBar.java | 522 @InspectableProperty(attributeId = android.R.styleable.SeekBar_tickMarkTintMode)
|
D | ImageView.java | 721 @InspectableProperty(name = "blendMode", attributeId = android.R.styleable.ImageView_tintMode)
|
D | TextView.java | 3364 attributeId = com.android.internal.R.styleable.TextView_drawableTintMode)
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 1171 for (int attributeId : attributes) { 1173 data[i] = resources.getResourceName(attributeId); 1174 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true) ?
|
/frameworks/base/api/ |
D | test-current.txt | 4559 method public abstract int attributeId() default android.content.res.Resources.ID_NULL;
|