Home
last modified time | relevance | path

Searched refs:EnumEntry (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/inspector/
DInspectableProperty.java93 EnumEntry[] enumMapping() default {}; in enumMapping()
116 @interface EnumEntry { annotation
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl52 {{AssertType $ "EnumEntry"}}
54 {{Macro "EnumEntry" $}}
71 {{define "EnumEntry"}}
Dasciidoc.tmpl54 {{Macro "EnumEntry" $e}} = {{AsSigned $e.Value}}, {{Macro "Docs" $e.Docs}}
Dvulkan_h.tmpl214 {{Macro "EnumEntry" $e}} = {{printf "0x%.8X" $e.Value}}, {{Macro "Docs" $e.Docs}}
Dvk_xml.tmpl434 {{define "XML.NamedValue.EnumEntry"}}<enum>{{$.Node.Name}}</enum>{{end}}
/frameworks/base/core/java/android/view/
DView.java133 import android.view.inspector.InspectableProperty.EnumEntry;
9091 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_AUTO, name = "auto"),
9092 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_YES, name = "yes"),
9093 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_NO, name = "no"),
9094 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
9096 @EnumEntry(value = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
10611 @EnumEntry(value = DRAWING_CACHE_QUALITY_LOW, name = "low"),
10612 @EnumEntry(value = DRAWING_CACHE_QUALITY_HIGH, name = "high"),
10613 @EnumEntry(value = DRAWING_CACHE_QUALITY_AUTO, name = "auto")
11359 @EnumEntry(value = VISIBLE, name = "visible"),
[all …]
DViewGroup.java64 import android.view.inspector.InspectableProperty.EnumEntry;
781 @EnumEntry(value = FOCUS_BEFORE_DESCENDANTS, name = "beforeDescendants"),
782 @EnumEntry(value = FOCUS_AFTER_DESCENDANTS, name = "afterDescendants"),
783 @EnumEntry(value = FOCUS_BLOCK_DESCENDANTS, name = "blocksDescendants")
6568 @EnumEntry(value = PERSISTENT_NO_CACHE, name = "none"),
6569 @EnumEntry(value = PERSISTENT_ANIMATION_CACHE, name = "animation"),
6570 @EnumEntry(value = PERSISTENT_SCROLLING_CACHE, name = "scrolling"),
6571 @EnumEntry(value = PERSISTENT_ALL_CACHES, name = "all"),
6651 @EnumEntry(value = LAYOUT_MODE_CLIP_BOUNDS, name = "clipBounds"),
6652 @EnumEntry(value = LAYOUT_MODE_OPTICAL_BOUNDS, name = "opticalBounds")
[all …]
/frameworks/base/core/java/android/widget/
DTimePicker.java172 @InspectableProperty.EnumEntry(name = "clock", value = MODE_CLOCK),
173 @InspectableProperty.EnumEntry(name = "spinner", value = MODE_SPINNER)
DDatePicker.java219 @InspectableProperty.EnumEntry(value = MODE_SPINNER, name = "spinner"),
220 @InspectableProperty.EnumEntry(value = MODE_CALENDAR, name = "calendar")
DGridView.java2177 @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"),
DGridLayout.java334 @InspectableProperty.EnumEntry(value = HORIZONTAL, name = "horizontal"),
335 @InspectableProperty.EnumEntry(value = VERTICAL, name = "vertical")
513 @InspectableProperty.EnumEntry(value = ALIGN_BOUNDS, name = "alignBounds"),
514 @InspectableProperty.EnumEntry(value = ALIGN_MARGINS, name = "alignMargins"),
DAbsListView.java86 import android.view.inspector.InspectableProperty.EnumEntry;
1224 @EnumEntry(value = CHOICE_MODE_NONE, name = "none"),
1225 @EnumEntry(value = CHOICE_MODE_SINGLE, name = "singleChoice"),
1226 @InspectableProperty.EnumEntry(value = CHOICE_MODE_MULTIPLE, name = "multipleChoice"),
1227 @EnumEntry(value = CHOICE_MODE_MULTIPLE_MODAL, name = "multipleChoiceModal")
6304 @EnumEntry(value = TRANSCRIPT_MODE_DISABLED, name = "disabled"),
6305 @EnumEntry(value = TRANSCRIPT_MODE_NORMAL, name = "normal"),
6306 @EnumEntry(value = TRANSCRIPT_MODE_ALWAYS_SCROLL, name = "alwaysScroll")
DTextView.java177 import android.view.inspector.InspectableProperty.EnumEntry;
1909 @EnumEntry(name = "none", value = AUTO_SIZE_TEXT_TYPE_NONE),
1910 @EnumEntry(name = "uniform", value = AUTO_SIZE_TEXT_TYPE_UNIFORM)
4557 @EnumEntry(name = "simple", value = Layout.BREAK_STRATEGY_SIMPLE),
4558 @EnumEntry(name = "high_quality", value = Layout.BREAK_STRATEGY_HIGH_QUALITY),
4559 @EnumEntry(name = "balanced", value = Layout.BREAK_STRATEGY_BALANCED)
4608 @EnumEntry(name = "none", value = Layout.HYPHENATION_FREQUENCY_NONE),
4609 @EnumEntry(name = "normal", value = Layout.HYPHENATION_FREQUENCY_NORMAL),
4610 @EnumEntry(name = "full", value = Layout.HYPHENATION_FREQUENCY_FULL)
4670 @EnumEntry(name = "none", value = Layout.JUSTIFICATION_MODE_NONE),
[all …]
DLinearLayout.java1853 @InspectableProperty.EnumEntry(value = HORIZONTAL, name = "horizontal"),
1854 @InspectableProperty.EnumEntry(value = VERTICAL, name = "vertical")
/frameworks/base/core/java/android/webkit/
DWebView.java2308 @InspectableProperty.EnumEntry(name = "waived", value = RENDERER_PRIORITY_WAIVED),
2309 @InspectableProperty.EnumEntry(name = "bound", value = RENDERER_PRIORITY_BOUND),
2310 @InspectableProperty.EnumEntry(name = "important", value = RENDERER_PRIORITY_IMPORTANT)
/frameworks/base/api/
Dtest-current.txt4560 …method public abstract android.view.inspector.InspectableProperty.EnumEntry[] enumMapping() defaul…
4567 …t({java.lang.annotation.ElementType.TYPE}) public static @interface InspectableProperty.EnumEntry {
4601 …ableProperty.EnumEntry(value=android.widget.DatePicker.MODE_SPINNER, name="spinner"), @android.vie…
4637 …ctableProperty.EnumEntry(name="clock", value=android.widget.TimePicker.MODE_CLOCK), @android.view.…