Home
last modified time | relevance | path

Searched refs:IntToString (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManager.java189 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
190 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
191 … @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
192 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
193 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA, to = "TYPE_APPLICATION_MEDIA"),
194 … @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL, to = "TYPE_APPLICATION_SUB_PANEL"),
195 …@ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG, to = "TYPE_APPLICATION_ATTACHED_DI…
196 …@ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY, to = "TYPE_APPLICATION_MEDIA_OVERLAY…
197 @ViewDebug.IntToString(from = TYPE_STATUS_BAR, to = "TYPE_STATUS_BAR"),
198 @ViewDebug.IntToString(from = TYPE_SEARCH_BAR, to = "TYPE_SEARCH_BAR"),
[all …]
DViewDebug.java115 IntToString[] mapping() default { }; in mapping()
136 IntToString[] indexMapping() default { }; in indexMapping()
210 public @interface IntToString { annotation in ViewDebug
1159 final IntToString[] mapping = property.mapping(); in exportMethods()
1165 final IntToString mapper = mapping[j]; in exportMethods()
1244 final IntToString[] mapping = property.mapping(); in exportFields()
1249 final IntToString mapped = mapping[j]; in exportFields()
1340 final IntToString[] indexMapping = property.indexMapping(); in exportUnrolledArray()
1343 final IntToString[] mapping = property.mapping(); in exportUnrolledArray()
1359 final IntToString mapped = indexMapping[k]; in exportUnrolledArray()
[all …]
DView.java3481 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
3482 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"),
3483 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE")
6646 @ViewDebug.IntToString(from = VISIBLE, to = "VISIBLE"),
6647 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
6648 @ViewDebug.IntToString(from = GONE, to = "GONE")
6816 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LTR, to = "LTR"),
6817 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_RTL, to = "RTL"),
6818 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_INHERIT, to = "INHERIT"),
6819 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LOCALE, to = "LOCALE")
[all …]
DViewGroup.java593 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
594 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
595 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
5187 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
5188 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
5189 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
5190 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
6334 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
6335 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
6345 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
[all …]
/frameworks/base/core/java/android/app/
DActionBar.java1316 @ViewDebug.IntToString(from = -1, to = "NONE"),
1317 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1318 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1319 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1320 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1321 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1322 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1323 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1324 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1325 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1200 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1201 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1202 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1203 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1204 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1205 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1206 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1207 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1208 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1209 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
[all …]
DLinearLayout.java1843 @ViewDebug.IntToString(from = -1, to = "NONE"),
1844 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1845 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1846 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1847 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1848 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1849 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1850 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1851 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1852 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
DTextView.java2610 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
2611 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
2612 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
2613 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
DAbsListView.java6219 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6220 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java801 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
802 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
803 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
/frameworks/base/docs/html/
Dsitemap.txt3946 http://developer.android.com/reference/android/view/ViewDebug.IntToString.html
/frameworks/base/api/
Dcurrent.txt33879 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {