Home
last modified time | relevance | path

Searched refs:InspectableProperty (Results 1 – 25 of 41) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarView.java155 @InspectableProperty
182 @InspectableProperty
210 @InspectableProperty
238 @InspectableProperty
266 @InspectableProperty
296 @InspectableProperty
336 @InspectableProperty
360 @InspectableProperty
383 @InspectableProperty
400 @InspectableProperty
[all …]
H A DDatePicker.java40 import android.view.inspector.InspectableProperty;
218 @InspectableProperty(name = "datePickerMode", enumMapping = {
219 @InspectableProperty.EnumEntry(value = MODE_SPINNER, name = "spinner"),
267 @InspectableProperty(hasAttributeId = false)
275 @InspectableProperty(hasAttributeId = false)
283 @InspectableProperty(hasAttributeId = false)
298 @InspectableProperty
324 @InspectableProperty
426 @InspectableProperty
442 @InspectableProperty
[all …]
H A DViewFlipper.java27 import android.view.inspector.InspectableProperty;
108 @InspectableProperty
172 @InspectableProperty(hasAttributeId = false)
189 @InspectableProperty
H A DRatingBar.java28 import android.view.inspector.InspectableProperty;
189 @InspectableProperty(name = "isIndicator")
216 @InspectableProperty
235 @InspectableProperty
262 @InspectableProperty
H A DToggleButton.java26 import android.view.inspector.InspectableProperty;
100 @InspectableProperty
122 @InspectableProperty
144 @InspectableProperty
H A DProgressBar.java657 @InspectableProperty
715 @InspectableProperty
847 @InspectableProperty
920 @InspectableProperty
974 @InspectableProperty
1159 @InspectableProperty
1273 @InspectableProperty
1390 @InspectableProperty
1806 @InspectableProperty
1824 @InspectableProperty
[all …]
H A DTimePicker.java40 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")
H A DSwitch.java471 @InspectableProperty
498 @InspectableProperty
523 @InspectableProperty
571 @InspectableProperty(name = "track")
666 @InspectableProperty
751 @InspectableProperty(name = "thumb")
847 @InspectableProperty
906 @InspectableProperty
916 @InspectableProperty
940 @InspectableProperty
[all …]
H A DCheckedTextView.java39 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")
H A DAnalogClock.java37 import android.view.inspector.InspectableProperty;
263 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTint)
293 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTintMode)
337 @InspectableProperty(
369 @InspectableProperty(
414 @InspectableProperty(
446 @InspectableProperty(
497 @InspectableProperty(
529 @InspectableProperty(
546 @InspectableProperty
H A DViewAnimator.java30 import android.view.inspector.InspectableProperty;
275 @InspectableProperty
300 @InspectableProperty
352 @InspectableProperty
H A DAbsoluteLayout.java24 import android.view.inspector.InspectableProperty;
163 @InspectableProperty(name = "layout_x")
168 @InspectableProperty(name = "layout_y")
H A DToolbar.java389 @InspectableProperty
421 @InspectableProperty
444 @InspectableProperty
467 @InspectableProperty
490 @InspectableProperty
661 @InspectableProperty
700 @InspectableProperty
748 @InspectableProperty
805 @InspectableProperty
910 @InspectableProperty
[all …]
H A DImageView.java55 import android.view.inspector.InspectableProperty;
340 @InspectableProperty
379 @InspectableProperty
418 @InspectableProperty
455 @InspectableProperty(name = "src")
669 @InspectableProperty(name = "tint")
715 @InspectableProperty(name = "tintMode")
895 @InspectableProperty
945 @InspectableProperty
1459 @InspectableProperty
[all …]
H A DTextClock.java43 import android.view.inspector.InspectableProperty;
311 @InspectableProperty
371 @InspectableProperty
473 @InspectableProperty(hasAttributeId = false)
492 @InspectableProperty
H A DCompoundButton.java45 import android.view.inspector.InspectableProperty;
156 @InspectableProperty
341 @InspectableProperty(name = "button")
392 @InspectableProperty(name = "buttonTint")
437 @InspectableProperty(name = "buttonTintMode")
449 @InspectableProperty(name = "buttonBlendMode",
H A DAutoCompleteTextView.java44 import android.view.inspector.InspectableProperty;
387 @InspectableProperty
403 @InspectableProperty
434 @InspectableProperty
486 @InspectableProperty(name = "popupBackground")
531 @InspectableProperty
554 @InspectableProperty
647 @InspectableProperty(name = "completionThreshold")
H A DSpinner.java49 import android.view.inspector.InspectableProperty;
367 @InspectableProperty
400 @InspectableProperty
425 @InspectableProperty
462 @InspectableProperty
502 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY)
855 @InspectableProperty
H A DLinearLayout.java34 import android.view.inspector.InspectableProperty;
348 @InspectableProperty(name = "divider")
533 @InspectableProperty
562 @InspectableProperty(name = "measureWithLargestChild")
642 @InspectableProperty
696 @InspectableProperty
1914 @InspectableProperty(enumMapping = {
1954 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY)
2052 @InspectableProperty(name = "layout_weight")
2076 @InspectableProperty(
[all …]
H A DChronometer.java32 import android.view.inspector.InspectableProperty;
151 @InspectableProperty
213 @InspectableProperty
H A DFrameLayout.java34 import android.view.inspector.InspectableProperty;
373 @InspectableProperty
446 @InspectableProperty(
448 valueType = InspectableProperty.ValueType.GRAVITY)
H A DTableRow.java29 import android.view.inspector.InspectableProperty;
402 @InspectableProperty(name = "layout_column")
409 @InspectableProperty(name = "layout_span")
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java68 import android.view.inspector.InspectableProperty;
1266 @InspectableProperty(hasAttributeId = false)
1284 @InspectableProperty(hasAttributeId = false)
1298 @InspectableProperty(hasAttributeId = false)
1313 @InspectableProperty(hasAttributeId = false)
1337 @InspectableProperty(hasAttributeId = false)
1348 @InspectableProperty(hasAttributeId = false)
2346 @InspectableProperty(hasAttributeId = false, enumMapping = {
2347 @InspectableProperty.EnumEntry(name = "waived", value = RENDERER_PRIORITY_WAIVED),
2348 @InspectableProperty.EnumEntry(name = "bound", value = RENDERER_PRIORITY_BOUND),
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DActionBar.java39 import android.view.inspector.InspectableProperty;
1378 @InspectableProperty(
1380 valueType = InspectableProperty.ValueType.GRAVITY)
/aosp14/frameworks/base/core/java/android/view/
H A DView.java8456 @InspectableProperty
9761 @InspectableProperty
11154 @InspectableProperty
11284 @InspectableProperty
11330 @InspectableProperty
11343 @InspectableProperty
11538 @InspectableProperty
12766 @InspectableProperty
12858 @InspectableProperty
13039 @InspectableProperty
[all …]

12