Home
last modified time | relevance | path

Searched refs:IntToString (Results 1 – 19 of 19) 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.java2009 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
2011 @ViewDebug.IntToString(from = TYPE_APPLICATION,
2013 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
2015 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION,
2017 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL,
2019 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA,
2021 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL,
2023 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL,
2025 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG,
2027 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY,
[all …]
DViewDebug.java148 IntToString[] mapping() default { }; in mapping()
169 IntToString[] indexMapping() default { }; in indexMapping()
245 public @interface IntToString { annotation in ViewDebug
1541 final ViewDebug.IntToString[] mapping = info.property.mapping();
1547 final ViewDebug.IntToString mapper = mapping[j];
1629 final IntToString[] mapping = getMapping(clazz, field);
1635 final IntToString map = mapping[j];
1685 private static IntToString[] getMapping(Class<?> clazz, String field) {
1697 final IntToString[] indexMapping = property.indexMapping();
1700 final IntToString[] mapping = property.mapping();
[all …]
DView.java10326 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
10327 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
10328 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
10329 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
10331 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
10622 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_AUTO, to = "auto"),
10623 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES, to = "yes"),
10624 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_NO, to = "no"),
10625 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS,
10627 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS,
[all …]
DViewGroup.java801 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
802 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
803 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
6679 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
6680 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
6681 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
6682 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
8262 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
8263 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
8277 @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.java2061 @ViewDebug.IntToString(from = -1, to = "NONE"),
2062 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
2063 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
2064 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
2065 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
2066 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
2067 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
2068 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
2069 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
2070 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
[all …]
DAbsListView.java7053 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
7054 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
/frameworks/base/errorprone/refaster/
DEfficientXml.java30 class IntToString { class in EfficientXml
/frameworks/base/core/java/android/os/
DBatteryStats.java3089 public interface IntToString { interface in BatteryStats
3093 private static final IntToString sUidToString = UserHandle::formatUid;
3094 private static final IntToString sIntToString = Integer::toString;
3096 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
/frameworks/base/config/
Ddirty-image-objects325 Landroid/view/ViewDebug$IntToString; 13
Dpreloaded-classes5918 android.os.BatteryStats$IntToString
9071 android.view.ViewDebug$IntToString
17359 [Landroid.os.BatteryStats$IntToString;
Dboot-image-profile.txt38445 Landroid/os/BatteryStats$IntToString;
41615 Landroid/view/ViewDebug$IntToString;
49950 [Landroid/os/BatteryStats$IntToString;
/frameworks/base/boot/
Dpreloaded-classes5914 android.os.BatteryStats$IntToString
9040 android.view.ViewDebug$IntToString
14336 [Landroid.os.BatteryStats$IntToString;
Dboot-image-profile.txt28311 Landroid/os/BatteryStats$IntToString;
31454 Landroid/view/ViewDebug$IntToString;
36783 [Landroid/os/BatteryStats$IntToString;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34332 Landroid/os/BatteryStats$IntToString;->applyAsString(I)Ljava/lang/String;
34647 Landroid/os/BatteryStats;->HISTORY_EVENT_INT_FORMATTERS:[Landroid/os/BatteryStats$IntToString;
34712 Landroid/os/BatteryStats;->sIntToString:Landroid/os/BatteryStats$IntToString;
34731 Landroid/os/BatteryStats;->sUidToString:Landroid/os/BatteryStats$IntToString;
63324 …ew/ViewDebug;->getMapping(Ljava/lang/Class;Ljava/lang/String;)[Landroid/view/ViewDebug$IntToString;
/frameworks/base/core/api/
Dcurrent.txt53561 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};
53562 method public abstract android.view.ViewDebug.IntToString[] mapping() default {};
53585 …on.Target({java.lang.annotation.ElementType.TYPE}) public static @interface ViewDebug.IntToString {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34056 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {