Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java244 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
245 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
246 … @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
247 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
248 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA, to = "TYPE_APPLICATION_MEDIA"),
249 … @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL, to = "TYPE_APPLICATION_SUB_PANEL"),
250 …@ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL, to = "TYPE_APPLICATION_ABOVE_SUB_P…
251 …@ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG, to = "TYPE_APPLICATION_ATTACHED_DI…
252 …@ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY, to = "TYPE_APPLICATION_MEDIA_OVERLAY…
253 @ViewDebug.IntToString(from = TYPE_STATUS_BAR, to = "TYPE_STATUS_BAR"),
[all …]
DViewDebug.java122 IntToString[] mapping() default { }; in mapping()
143 IntToString[] indexMapping() default { }; in indexMapping()
217 public @interface IntToString { annotation in ViewDebug
1196 final IntToString[] mapping = property.mapping(); in exportMethods()
1202 final IntToString mapper = mapping[j]; in exportMethods()
1281 final IntToString[] mapping = property.mapping(); in exportFields()
1286 final IntToString mapped = mapping[j]; in exportFields()
1377 final IntToString[] indexMapping = property.indexMapping(); in exportUnrolledArray()
1380 final IntToString[] mapping = property.mapping(); in exportUnrolledArray()
1396 final IntToString mapped = indexMapping[k]; in exportUnrolledArray()
[all …]
DView.java3885 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
3886 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"),
3887 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE")
7983 @ViewDebug.IntToString(from = VISIBLE, to = "VISIBLE"),
7984 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
7985 @ViewDebug.IntToString(from = GONE, to = "GONE")
8152 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LTR, to = "LTR"),
8153 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_RTL, to = "RTL"),
8154 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_INHERIT, to = "INHERIT"),
8155 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LOCALE, to = "LOCALE")
[all …]
DViewGroup.java680 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
681 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
682 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
5847 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
5848 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
5849 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
5850 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
6971 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
6972 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
6982 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
[all …]
/frameworks/base/core/java/android/app/
DActionBar.java1383 @ViewDebug.IntToString(from = -1, to = "NONE"),
1384 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1385 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1386 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1387 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1388 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1389 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1390 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1391 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1392 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1203 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1204 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1205 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1206 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1207 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1208 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1209 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1210 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1211 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1212 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
[all …]
DLinearLayout.java1904 @ViewDebug.IntToString(from = -1, to = "NONE"),
1905 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1906 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1907 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1908 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1909 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1910 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1911 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1912 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1913 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
DTextView.java2957 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
2958 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
2959 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
2960 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
DAbsListView.java6459 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6460 …@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.java811 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
812 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
813 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34056 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
/frameworks/base/api/
Dcurrent.txt42971 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
Dtest-current.txt43050 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
Dsystem-current.txt45971 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {