Home
last modified time | relevance | path

Searched refs:enumMapping (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java320 final Optional<AnnotationValue> enumMapping = in determinePropertyType() local
326 enumMapping.ifPresent(value -> { in determinePropertyType()
353 enumMapping.ifPresent(value -> { in determinePropertyType()
376 enumMapping.ifPresent(value -> { in determinePropertyType()
391 } else if (enumMapping.isPresent()) { in determinePropertyType()
/aosp12/frameworks/base/core/java/android/view/inspector/
H A DInspectableProperty.java93 EnumEntry[] enumMapping() default {}; in enumMapping() method
/aosp12/frameworks/base/core/java/android/widget/
H A DTimePicker.java171 @InspectableProperty(name = "timePickerMode", enumMapping = {
H A DDatePicker.java218 @InspectableProperty(name = "datePickerMode", enumMapping = {
H A DGridLayout.java336 @InspectableProperty(enumMapping = {
517 @InspectableProperty(enumMapping = {
H A DLinearLayout.java1852 @InspectableProperty(enumMapping = {
H A DGridView.java2181 @InspectableProperty(enumMapping = {
H A DTextView.java1981 @InspectableProperty(enumMapping = {
4678 @InspectableProperty(enumMapping = {
4729 @InspectableProperty(enumMapping = {
4792 @InspectableProperty(enumMapping = {
H A DAbsListView.java1230 @InspectableProperty(enumMapping = {
6362 @InspectableProperty(enumMapping = {
/aosp12/frameworks/base/core/java/android/view/
H A DView.java9479 @InspectableProperty(enumMapping = {
9672 @InspectableProperty(enumMapping = {
11055 @InspectableProperty(enumMapping = {
11901 @InspectableProperty(enumMapping = {
12220 @InspectableProperty(enumMapping = {
12745 @InspectableProperty(enumMapping = {
13637 @InspectableProperty(enumMapping = {
13696 @InspectableProperty(enumMapping = {
21322 @InspectableProperty(enumMapping = {
27296 @InspectableProperty(enumMapping = {
[all …]
H A DViewGroup.java807 @InspectableProperty(enumMapping = {
6675 @InspectableProperty(enumMapping = {
6758 @InspectableProperty(enumMapping = {
8136 @InspectableProperty(name = "layout_width", enumMapping = {
8151 @InspectableProperty(name = "layout_height", enumMapping = {
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebView.java2334 @InspectableProperty(hasAttributeId = false, enumMapping = {
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt3043 …method public abstract android.view.inspector.InspectableProperty.EnumEntry[] enumMapping() defaul…
3092 …method @android.view.inspector.InspectableProperty(name="datePickerMode", enumMapping={@android.vi…
3133 …method @android.view.inspector.InspectableProperty(name="timePickerMode", enumMapping={@android.vi…
H A Dtest-lint-baseline.txt132 ArrayReturn: android.view.inspector.InspectableProperty#enumMapping():