Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A 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"),
1372 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
1375 @ViewDebug.IntToString(from = Gravity.CENTER, to = "CENTER"),
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java1827 @ViewDebug.IntToString(from = TYPE_APPLICATION,
1845 @ViewDebug.IntToString(from = TYPE_STATUS_BAR,
1847 @ViewDebug.IntToString(from = TYPE_SEARCH_BAR,
1849 @ViewDebug.IntToString(from = TYPE_PHONE,
1851 @ViewDebug.IntToString(from = TYPE_SYSTEM_ALERT,
1853 @ViewDebug.IntToString(from = TYPE_TOAST,
1869 @ViewDebug.IntToString(from = TYPE_WALLPAPER,
1875 @ViewDebug.IntToString(from = TYPE_DRAG,
1879 @ViewDebug.IntToString(from = TYPE_POINTER,
1905 @ViewDebug.IntToString(from = TYPE_QS_DIALOG,
[all …]
H A DViewDebug.java139 IntToString[] mapping() default { }; in mapping()
160 IntToString[] indexMapping() default { }; in indexMapping()
236 public @interface IntToString { annotation in ViewDebug
1535 final ViewDebug.IntToString mapper = mapping[j];
1617 final IntToString[] mapping = getMapping(clazz, field);
1623 final IntToString map = mapping[j];
1673 private static IntToString[] getMapping(Class<?> clazz, String field) {
1685 final IntToString[] indexMapping = property.indexMapping();
1688 final IntToString[] mapping = property.mapping();
1704 final IntToString mapped = indexMapping[k];
[all …]
H A DView.java5322 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
12826 @ViewDebug.IntToString(from = VISIBLE, to = "VISIBLE"),
12827 @ViewDebug.IntToString(from = INVISIBLE, to = "INVISIBLE"),
12828 @ViewDebug.IntToString(from = GONE, to = "GONE")
13688 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),
26387 @ViewDebug.IntToString(from = 0, to = "x"),
26388 @ViewDebug.IntToString(from = 1, to = "y")
28991 @ViewDebug.IntToString(from = TEXT_DIRECTION_LTR, to = "LTR"),
28992 @ViewDebug.IntToString(from = TEXT_DIRECTION_RTL, to = "RTL"),
29068 @ViewDebug.IntToString(from = TEXT_DIRECTION_LTR, to = "LTR"),
[all …]
H A DViewGroup.java805 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
806 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
807 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
6701 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
6702 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
6703 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
6704 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
8284 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
8285 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
8299 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
[all …]
/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1240 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1249 @ViewDebug.IntToString(from = ALIGN_TOP, to = "alignTop"),
1250 @ViewDebug.IntToString(from = BELOW, to = "below"),
1252 @ViewDebug.IntToString(from = CENTER_IN_PARENT, to = "center"),
1254 @ViewDebug.IntToString(from = LEFT_OF, to = "leftOf"),
1255 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"),
1257 @ViewDebug.IntToString(from = ALIGN_END, to = "alignEnd"),
1260 @ViewDebug.IntToString(from = START_OF, to = "startOf"),
1261 @ViewDebug.IntToString(from = END_OF, to = "endOf")
1263 @ViewDebug.IntToString(from = TRUE, to = "true"),
[all …]
H A 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"),
2070 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
2073 @ViewDebug.IntToString(from = Gravity.CENTER, to = "CENTER"),
[all …]
H A DAbsListView.java7007 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
7008 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
H A DTextView.java4594 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
4595 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
4596 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
4597 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
/aosp14/frameworks/base/errorprone/refaster/
H A DEfficientXml.java30 class IntToString { class in EfficientXml
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java3049 public interface IntToString { interface in BatteryStats
3053 private static final IntToString sUidToString = UserHandle::formatUid;
3054 private static final IntToString sIntToString = Integer::toString;
3056 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5809 android.os.BatteryStats$IntToString
8802 android.view.ViewDebug$IntToString
13936 [Landroid.os.BatteryStats$IntToString;
H A Dboot-image-profile.txt28596 Landroid/os/BatteryStats$IntToString;
31600 Landroid/view/ViewDebug$IntToString;
36745 [Landroid/os/BatteryStats$IntToString;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5813 android.os.BatteryStats$IntToString
8833 android.view.ViewDebug$IntToString
16928 [Landroid.os.BatteryStats$IntToString;
H A Dboot-image-profile.txt38703 Landroid/os/BatteryStats$IntToString;
41734 Landroid/view/ViewDebug$IntToString;
49845 [Landroid/os/BatteryStats$IntToString;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34975 Landroid/os/BatteryStats$IntToString;->applyAsString(I)Ljava/lang/String;
35290 Landroid/os/BatteryStats;->HISTORY_EVENT_INT_FORMATTERS:[Landroid/os/BatteryStats$IntToString;
35355 Landroid/os/BatteryStats;->sIntToString:Landroid/os/BatteryStats$IntToString;
35374 Landroid/os/BatteryStats;->sUidToString:Landroid/os/BatteryStats$IntToString;
63967 …ew/ViewDebug;->getMapping(Ljava/lang/Class;Ljava/lang/String;)[Landroid/view/ViewDebug$IntToString;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53033 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {};
53034 method public abstract android.view.ViewDebug.IntToString[] mapping() default {};
53057 …on.Target({java.lang.annotation.ElementType.TYPE}) public static @interface ViewDebug.IntToString {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...