Searched refs:EnumEntry (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/java/android/view/inspector/ |
D | InspectableProperty.java | 93 EnumEntry[] enumMapping() default {}; in enumMapping() 116 @interface EnumEntry { annotation
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 52 {{AssertType $ "EnumEntry"}} 54 {{Macro "EnumEntry" $}} 71 {{define "EnumEntry"}}
|
D | asciidoc.tmpl | 54 {{Macro "EnumEntry" $e}} = {{AsSigned $e.Value}}, {{Macro "Docs" $e.Docs}}
|
D | vulkan_h.tmpl | 214 {{Macro "EnumEntry" $e}} = {{printf "0x%.8X" $e.Value}}, {{Macro "Docs" $e.Docs}}
|
D | vk_xml.tmpl | 434 {{define "XML.NamedValue.EnumEntry"}}<enum>{{$.Node.Name}}</enum>{{end}}
|
/frameworks/base/core/java/android/view/ |
D | View.java | 133 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 …]
|
D | ViewGroup.java | 64 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/ |
D | TimePicker.java | 172 @InspectableProperty.EnumEntry(name = "clock", value = MODE_CLOCK), 173 @InspectableProperty.EnumEntry(name = "spinner", value = MODE_SPINNER)
|
D | DatePicker.java | 219 @InspectableProperty.EnumEntry(value = MODE_SPINNER, name = "spinner"), 220 @InspectableProperty.EnumEntry(value = MODE_CALENDAR, name = "calendar")
|
D | GridView.java | 2177 @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"),
|
D | GridLayout.java | 334 @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"),
|
D | AbsListView.java | 86 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")
|
D | TextView.java | 177 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 …]
|
D | LinearLayout.java | 1853 @InspectableProperty.EnumEntry(value = HORIZONTAL, name = "horizontal"), 1854 @InspectableProperty.EnumEntry(value = VERTICAL, name = "vertical")
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2308 @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/ |
D | test-current.txt | 4560 …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.…
|