Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/view/inspector/
H A DInspectableProperty.java93 EnumEntry[] enumMapping() default {}; in enumMapping() method
/aosp14/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.java1914 @InspectableProperty(enumMapping = {
H A DGridView.java2181 @InspectableProperty(enumMapping = {
H A DAbsListView.java1298 @InspectableProperty(enumMapping = {
6565 @InspectableProperty(enumMapping = {
H A DTextView.java2130 @InspectableProperty(enumMapping = {
4970 @InspectableProperty(enumMapping = {
5021 @InspectableProperty(enumMapping = {
5171 @InspectableProperty(enumMapping = {
/aosp14/frameworks/base/core/java/android/view/
H A DView.java9814 @InspectableProperty(enumMapping = {
10023 @InspectableProperty(enumMapping = {
11488 @InspectableProperty(enumMapping = {
12830 @InspectableProperty(enumMapping = {
13151 @InspectableProperty(enumMapping = {
13691 @InspectableProperty(enumMapping = {
14592 @InspectableProperty(enumMapping = {
14651 @InspectableProperty(enumMapping = {
22510 @InspectableProperty(enumMapping = {
28604 @InspectableProperty(enumMapping = {
[all …]
H A DViewGroup.java809 @InspectableProperty(enumMapping = {
6706 @InspectableProperty(enumMapping = {
6789 @InspectableProperty(enumMapping = {
8287 @InspectableProperty(name = "layout_width", enumMapping = {
8302 @InspectableProperty(name = "layout_height", enumMapping = {
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java2346 @InspectableProperty(hasAttributeId = false, enumMapping = {
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3805 …method public abstract android.view.inspector.InspectableProperty.EnumEntry[] enumMapping() defaul…
3854 …method @android.view.inspector.InspectableProperty(name="datePickerMode", enumMapping={@android.vi…
3901 …method @android.view.inspector.InspectableProperty(name="timePickerMode", enumMapping={@android.vi…