Searched refs:InspectableProperty (Results 1 – 25 of 37) sorted by relevance
12
/frameworks/base/core/java/android/widget/ |
D | CalendarView.java | 37 import android.view.inspector.InspectableProperty; 155 @InspectableProperty 182 @InspectableProperty 210 @InspectableProperty 238 @InspectableProperty 266 @InspectableProperty 296 @InspectableProperty 336 @InspectableProperty 360 @InspectableProperty 383 @InspectableProperty [all …]
|
D | DatePicker.java | 40 import android.view.inspector.InspectableProperty; 218 @InspectableProperty(name = "datePickerMode", enumMapping = { 219 @InspectableProperty.EnumEntry(value = MODE_SPINNER, name = "spinner"), 220 @InspectableProperty.EnumEntry(value = MODE_CALENDAR, name = "calendar") 267 @InspectableProperty(hasAttributeId = false) 275 @InspectableProperty(hasAttributeId = false) 283 @InspectableProperty(hasAttributeId = false) 298 @InspectableProperty 324 @InspectableProperty 426 @InspectableProperty [all …]
|
D | RatingBar.java | 26 import android.view.inspector.InspectableProperty; 170 @InspectableProperty(name = "isIndicator") 197 @InspectableProperty 216 @InspectableProperty 243 @InspectableProperty
|
D | ToggleButton.java | 25 import android.view.inspector.InspectableProperty; 94 @InspectableProperty 113 @InspectableProperty 132 @InspectableProperty
|
D | ViewFlipper.java | 29 import android.view.inspector.InspectableProperty; 143 @InspectableProperty 207 @InspectableProperty(hasAttributeId = false) 224 @InspectableProperty
|
D | ProgressBar.java | 64 import android.view.inspector.InspectableProperty; 651 @InspectableProperty 706 @InspectableProperty 784 @InspectableProperty(name = "indeterminateTint") 837 @InspectableProperty 853 @InspectableProperty(attributeId = R.styleable.ProgressBar_indeterminateTintMode) 910 @InspectableProperty 964 @InspectableProperty 1095 @InspectableProperty(name = "progressTint") 1148 @InspectableProperty [all …]
|
D | TimePicker.java | 38 import android.view.inspector.InspectableProperty; 171 @InspectableProperty(name = "timePickerMode", enumMapping = { 172 @InspectableProperty.EnumEntry(name = "clock", value = MODE_CLOCK), 173 @InspectableProperty.EnumEntry(name = "spinner", value = MODE_SPINNER) 195 @InspectableProperty(hasAttributeId = false) 216 @InspectableProperty(hasAttributeId = false) 284 @InspectableProperty(hasAttributeId = false, name = "24Hour")
|
D | Switch.java | 56 import android.view.inspector.InspectableProperty; 453 @InspectableProperty 479 @InspectableProperty 503 @InspectableProperty 544 @InspectableProperty(name = "track") 575 @InspectableProperty(name = "trackTint") 620 @InspectableProperty 633 @InspectableProperty(attributeId = com.android.internal.R.styleable.Switch_trackTintMode) 698 @InspectableProperty(name = "thumb") 729 @InspectableProperty(name = "thumbTint") [all …]
|
D | ViewAnimator.java | 29 import android.view.inspector.InspectableProperty; 269 @InspectableProperty 294 @InspectableProperty 346 @InspectableProperty
|
D | CheckedTextView.java | 39 import android.view.inspector.InspectableProperty; 129 @InspectableProperty 246 @InspectableProperty(name = "checkMarkTint") 295 @InspectableProperty 311 @InspectableProperty(attributeId = android.R.styleable.CheckedTextView_checkMarkTintMode) 371 @InspectableProperty(name = "checkMark")
|
D | AbsoluteLayout.java | 24 import android.view.inspector.InspectableProperty; 163 @InspectableProperty(name = "layout_x") 168 @InspectableProperty(name = "layout_y")
|
D | CompoundButton.java | 43 import android.view.inspector.InspectableProperty; 152 @InspectableProperty 290 @InspectableProperty(name = "button") 323 @InspectableProperty(name = "buttonTint") 367 @InspectableProperty(name = "buttonTintMode") 379 @InspectableProperty(name = "buttonBlendMode",
|
D | TextClock.java | 42 import android.view.inspector.InspectableProperty; 294 @InspectableProperty 354 @InspectableProperty 446 @InspectableProperty(hasAttributeId = false) 465 @InspectableProperty
|
D | Toolbar.java | 48 import android.view.inspector.InspectableProperty; 389 @InspectableProperty 421 @InspectableProperty 444 @InspectableProperty 467 @InspectableProperty 490 @InspectableProperty 661 @InspectableProperty 700 @InspectableProperty 748 @InspectableProperty 805 @InspectableProperty [all …]
|
D | ImageView.java | 55 import android.view.inspector.InspectableProperty; 333 @InspectableProperty 372 @InspectableProperty 411 @InspectableProperty 448 @InspectableProperty(name = "src") 661 @InspectableProperty(name = "tint") 706 @InspectableProperty(name = "tintMode") 719 @InspectableProperty(name = "blendMode", attributeId = android.R.styleable.ImageView_tintMode) 885 @InspectableProperty 935 @InspectableProperty [all …]
|
D | AutoCompleteTextView.java | 44 import android.view.inspector.InspectableProperty; 373 @InspectableProperty 389 @InspectableProperty 420 @InspectableProperty 472 @InspectableProperty(name = "popupBackground") 517 @InspectableProperty 540 @InspectableProperty 633 @InspectableProperty(name = "completionThreshold")
|
D | Spinner.java | 48 import android.view.inspector.InspectableProperty; 366 @InspectableProperty 399 @InspectableProperty 424 @InspectableProperty 461 @InspectableProperty 501 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY) 839 @InspectableProperty
|
D | Chronometer.java | 32 import android.view.inspector.InspectableProperty; 151 @InspectableProperty 213 @InspectableProperty
|
D | LinearLayout.java | 34 import android.view.inspector.InspectableProperty; 348 @InspectableProperty(name = "divider") 533 @InspectableProperty 562 @InspectableProperty(name = "measureWithLargestChild") 642 @InspectableProperty 696 @InspectableProperty 1852 @InspectableProperty(enumMapping = { 1853 @InspectableProperty.EnumEntry(value = HORIZONTAL, name = "horizontal"), 1854 @InspectableProperty.EnumEntry(value = VERTICAL, name = "vertical") 1892 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY) [all …]
|
D | FrameLayout.java | 34 import android.view.inspector.InspectableProperty; 373 @InspectableProperty 446 @InspectableProperty( 448 valueType = InspectableProperty.ValueType.GRAVITY)
|
D | AbsSeekBar.java | 38 import android.view.inspector.InspectableProperty; 268 @InspectableProperty(name = "thumbTint") 317 @InspectableProperty 454 @InspectableProperty(name = "tickMarkTint") 503 @InspectableProperty 518 @InspectableProperty(attributeId = android.R.styleable.SeekBar_tickMarkTintMode)
|
D | TableRow.java | 29 import android.view.inspector.InspectableProperty; 402 @InspectableProperty(name = "layout_column") 409 @InspectableProperty(name = "layout_span")
|
D | GridView.java | 45 import android.view.inspector.InspectableProperty; 2067 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY) 2103 @InspectableProperty 2155 @InspectableProperty 2176 @InspectableProperty(enumMapping = { 2177 @InspectableProperty.EnumEntry(value = NO_STRETCH, name = "none"), 2178 @InspectableProperty.EnumEntry(value = STRETCH_SPACING, name = "spacingWidth"), 2179 @InspectableProperty.EnumEntry( 2181 @InspectableProperty.EnumEntry(value = STRETCH_COLUMN_WIDTH, name = "columnWidth"), 2213 @InspectableProperty [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 39 import android.view.inspector.InspectableProperty; 1378 @InspectableProperty( 1380 valueType = InspectableProperty.ValueType.GRAVITY)
|
/frameworks/base/core/java/android/view/inspector/ |
D | InspectableProperty.java | 46 public @interface InspectableProperty { annotation
|
12