Home
last modified time | relevance | path

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

12

/aosp12/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 DRatingBar.java26 import android.view.inspector.InspectableProperty;
170 @InspectableProperty(name = "isIndicator")
197 @InspectableProperty
216 @InspectableProperty
243 @InspectableProperty
H A DToggleButton.java26 import android.view.inspector.InspectableProperty;
100 @InspectableProperty
122 @InspectableProperty
144 @InspectableProperty
H A DViewFlipper.java30 import android.view.inspector.InspectableProperty;
144 @InspectableProperty
208 @InspectableProperty(hasAttributeId = false)
225 @InspectableProperty
H A DProgressBar.java659 @InspectableProperty
714 @InspectableProperty
846 @InspectableProperty
919 @InspectableProperty
973 @InspectableProperty
1158 @InspectableProperty
1272 @InspectableProperty
1389 @InspectableProperty
1802 @InspectableProperty
1820 @InspectableProperty
[all …]
H A DSwitch.java461 @InspectableProperty
488 @InspectableProperty
513 @InspectableProperty
561 @InspectableProperty(name = "track")
656 @InspectableProperty
741 @InspectableProperty(name = "thumb")
837 @InspectableProperty
896 @InspectableProperty
906 @InspectableProperty
930 @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 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.java38 import android.view.inspector.InspectableProperty;
257 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTint)
287 @InspectableProperty(attributeId = com.android.internal.R.styleable.AnalogClock_dialTintMode)
331 @InspectableProperty(
363 @InspectableProperty(
408 @InspectableProperty(
440 @InspectableProperty(
491 @InspectableProperty(
523 @InspectableProperty(
540 @InspectableProperty
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 DViewAnimator.java30 import android.view.inspector.InspectableProperty;
275 @InspectableProperty
300 @InspectableProperty
352 @InspectableProperty
H A DTextClock.java43 import android.view.inspector.InspectableProperty;
308 @InspectableProperty
368 @InspectableProperty
459 @InspectableProperty(hasAttributeId = false)
478 @InspectableProperty
H A DImageView.java55 import android.view.inspector.InspectableProperty;
339 @InspectableProperty
378 @InspectableProperty
417 @InspectableProperty
454 @InspectableProperty(name = "src")
668 @InspectableProperty(name = "tint")
714 @InspectableProperty(name = "tintMode")
893 @InspectableProperty
943 @InspectableProperty
1455 @InspectableProperty
[all …]
H A DAbsoluteLayout.java24 import android.view.inspector.InspectableProperty;
163 @InspectableProperty(name = "layout_x")
168 @InspectableProperty(name = "layout_y")
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;
373 @InspectableProperty
389 @InspectableProperty
420 @InspectableProperty
472 @InspectableProperty(name = "popupBackground")
517 @InspectableProperty
540 @InspectableProperty
633 @InspectableProperty(name = "completionThreshold")
H A DSpinner.java48 import android.view.inspector.InspectableProperty;
366 @InspectableProperty
399 @InspectableProperty
424 @InspectableProperty
461 @InspectableProperty
501 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY)
839 @InspectableProperty
H A DLinearLayout.java34 import android.view.inspector.InspectableProperty;
348 @InspectableProperty(name = "divider")
533 @InspectableProperty
562 @InspectableProperty(name = "measureWithLargestChild")
642 @InspectableProperty
696 @InspectableProperty
1852 @InspectableProperty(enumMapping = {
1892 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY)
1990 @InspectableProperty(name = "layout_weight")
2014 @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 DGridView.java46 import android.view.inspector.InspectableProperty;
2069 @InspectableProperty(valueType = InspectableProperty.ValueType.GRAVITY)
2106 @InspectableProperty
2159 @InspectableProperty
2181 @InspectableProperty(enumMapping = {
2182 @InspectableProperty.EnumEntry(value = NO_STRETCH, name = "none"),
2183 @InspectableProperty.EnumEntry(value = STRETCH_SPACING, name = "spacingWidth"),
2184 @InspectableProperty.EnumEntry(
2186 @InspectableProperty.EnumEntry(value = STRETCH_COLUMN_WIDTH, name = "columnWidth"),
2219 @InspectableProperty
[all …]
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebView.java67 import android.view.inspector.InspectableProperty;
1265 @InspectableProperty(hasAttributeId = false)
1283 @InspectableProperty(hasAttributeId = false)
1297 @InspectableProperty(hasAttributeId = false)
1312 @InspectableProperty(hasAttributeId = false)
1336 @InspectableProperty(hasAttributeId = false)
1347 @InspectableProperty(hasAttributeId = false)
2334 @InspectableProperty(hasAttributeId = false, enumMapping = {
2335 @InspectableProperty.EnumEntry(name = "waived", value = RENDERER_PRIORITY_WAIVED),
2336 @InspectableProperty.EnumEntry(name = "bound", value = RENDERER_PRIORITY_BOUND),
[all …]
/aosp12/frameworks/base/core/java/android/view/
H A DView.java8204 @InspectableProperty
9426 @InspectableProperty
10732 @InspectableProperty
10851 @InspectableProperty
10897 @InspectableProperty
10910 @InspectableProperty
11105 @InspectableProperty
11837 @InspectableProperty
11929 @InspectableProperty
12108 @InspectableProperty
[all …]
/aosp12/frameworks/base/core/java/android/app/
H A DActionBar.java39 import android.view.inspector.InspectableProperty;
1378 @InspectableProperty(
1380 valueType = InspectableProperty.ValueType.GRAVITY)

12