Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActionBar.java1363 @ViewDebug.IntToString(from = -1, to = "NONE"),
1364 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1365 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1366 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1367 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1368 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1369 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1370 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1371 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1372 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
/frameworks/base/core/java/android/view/
DWindowManager.java710 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
712 @ViewDebug.IntToString(from = TYPE_APPLICATION,
714 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
716 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION,
718 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL,
720 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA,
722 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL,
724 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL,
726 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG,
728 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY,
[all …]
DViewDebug.java139 IntToString[] mapping() default { }; in mapping()
160 IntToString[] indexMapping() default { }; in indexMapping()
236 public @interface IntToString { annotation in ViewDebug
1534 final ViewDebug.IntToString[] mapping = info.property.mapping();
1540 final ViewDebug.IntToString mapper = mapping[j];
1622 final IntToString[] mapping = getMapping(clazz, field);
1628 final IntToString map = mapping[j];
1678 private static IntToString[] getMapping(Class<?> clazz, String field) {
1690 final IntToString[] indexMapping = property.indexMapping();
1693 final IntToString[] mapping = property.mapping();
[all …]
DView.java5157 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
5158 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"),
5159 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE")
9303 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
9304 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
9305 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
9306 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
9308 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
9496 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_AUTO, to = "auto"),
9497 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES, to = "yes"),
[all …]
DViewGroup.java798 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
799 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
800 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
6647 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
6648 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
6649 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
6650 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
8134 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
8135 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
8149 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
[all …]
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1240 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1241 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1242 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1243 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1244 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1245 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1246 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1247 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1248 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1249 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
[all …]
DLinearLayout.java1999 @ViewDebug.IntToString(from = -1, to = "NONE"),
2000 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
2001 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
2002 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
2003 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
2004 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
2005 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
2006 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
2007 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
2008 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
DTextView.java4264 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
4265 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
4266 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
4267 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
DAbsListView.java6658 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6659 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
/frameworks/base/core/java/android/os/
DBatteryStats.java2551 public interface IntToString { interface in BatteryStats
2555 private static final IntToString sUidToString = UserHandle::formatUid;
2556 private static final IntToString sIntToString = Integer::toString;
2558 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
/frameworks/base/api/
Dcurrent.txt3715IntToString(from=0xffffffff, to="NONE"), @android.view.ViewDebug.IntToString(from=android.view.Gra…
53881IntToString(from=android.view.View.NOT_FOCUSABLE, to="NOT_FOCUSABLE"), @android.view.ViewDebug.Int…
53900IntToString(from=android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, to="auto"), @android.view.Vie…
53901IntToString(from=android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO, to="auto"), @android.view.ViewDebu…
53902IntToString(from=android.view.View.IMPORTANT_FOR_CONTENT_CAPTURE_AUTO, to="auto"), @android.view.V…
53907 …view.ViewDebug.IntToString(from=android.view.View.LAYOUT_DIRECTION_LTR, to="RESOLVED_DIRECTION_LTR…
53962IntToString(from=android.view.View.SCROLLBARS_INSIDE_OVERLAY, to="INSIDE_OVERLAY"), @android.view.…
53976IntToString(from=android.view.View.TEXT_ALIGNMENT_INHERIT, to="INHERIT"), @android.view.ViewDebug.
53977IntToString(from=android.view.View.TEXT_DIRECTION_INHERIT, to="INHERIT"), @android.view.ViewDebug.
53996IntToString(from=android.view.View.VISIBLE, to="VISIBLE"), @android.view.ViewDebug.IntToString(fro…
[all …]
/frameworks/base/config/
Dpreloaded-classes4560 android.os.BatteryStats$IntToString
7017 android.view.ViewDebug$IntToString
Dboot-image-profile.txt44783 Landroid/os/BatteryStats$IntToString;
47336 Landroid/view/ViewDebug$IntToString;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34056 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {