Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActionBar.java1358 @ViewDebug.IntToString(from = -1, to = "NONE"),
1359 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1360 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1361 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1362 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1363 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1364 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1365 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1366 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1367 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/frameworks/base/core/java/android/view/
DWindowManager.java506 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
508 @ViewDebug.IntToString(from = TYPE_APPLICATION,
510 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
512 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION,
514 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL,
516 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA,
518 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL,
520 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL,
522 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG,
524 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY,
[all …]
DViewDebug.java123 IntToString[] mapping() default { }; in mapping()
144 IntToString[] indexMapping() default { }; in indexMapping()
220 public @interface IntToString { annotation in ViewDebug
1192 final IntToString[] mapping = property.mapping();
1198 final IntToString mapper = mapping[j];
1277 final IntToString[] mapping = property.mapping();
1282 final IntToString mapped = mapping[j];
1380 final IntToString[] mapping = getMapping(clazz, field);
1386 final IntToString map = mapping[j];
1436 private static IntToString[] getMapping(Class<?> clazz, String field) {
[all …]
DView.java4685 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
4686 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"),
4687 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE")
8322 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
8323 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
8324 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
8325 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
8327 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
9975 @ViewDebug.IntToString(from = VISIBLE, to = "VISIBLE"),
9976 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
[all …]
DViewGroup.java758 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
759 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
760 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
6449 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
6450 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
6451 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
6452 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
7669 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
7670 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
7680 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
[all …]
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1220 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1221 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1222 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1223 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1224 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1225 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1226 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1227 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1228 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1229 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
[all …]
DLinearLayout.java1976 @ViewDebug.IntToString(from = -1, to = "NONE"),
1977 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1978 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1979 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1980 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1981 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1982 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1983 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1984 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1985 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
DTextView.java3794 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
3795 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
3796 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
3797 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
DAbsListView.java6523 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6524 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DBaseCardView.java855 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
856 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
857 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
/frameworks/base/core/java/android/os/
DBatteryStats.java2413 public interface IntToString { interface in BatteryStats
2417 private static final IntToString sUidToString = UserHandle::formatUid;
2418 private static final IntToString sIntToString = Integer::toString;
2420 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
/frameworks/base/config/
Dpreloaded-classes2407 android.os.BatteryStats$IntToString
Dhiddenapi-private-dex.txt60609 Landroid/os/BatteryStats$IntToString;
60610 Landroid/os/BatteryStats$IntToString;->applyAsString(I)Ljava/lang/String;
60999 Landroid/os/BatteryStats;->HISTORY_EVENT_INT_FORMATTERS:[Landroid/os/BatteryStats$IntToString;
61066 Landroid/os/BatteryStats;->sIntToString:Landroid/os/BatteryStats$IntToString;
61087 Landroid/os/BatteryStats;->sUidToString:Landroid/os/BatteryStats$IntToString;
97864 …ew/ViewDebug;->getMapping(Ljava/lang/Class;Ljava/lang/String;)[Landroid/view/ViewDebug$IntToString;
Dboot-image-profile.txt57027 Landroid/os/BatteryStats$IntToString;
Dhiddenapi-public-dex.txt51232 Landroid/view/ViewDebug$IntToString;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34056 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
/frameworks/base/api/
Dcurrent.txt48276 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {