/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 1363 @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/ |
D | WindowManager.java | 1014 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, 1016 @ViewDebug.IntToString(from = TYPE_APPLICATION, 1018 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, 1020 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION, 1022 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, 1024 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA, 1026 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL, 1028 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL, 1030 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG, 1032 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA_OVERLAY, [all …]
|
D | ViewDebug.java | 139 IntToString[] mapping() default { }; in mapping() 160 IntToString[] indexMapping() default { }; in indexMapping() 236 public @interface IntToString { annotation in ViewDebug 1528 final ViewDebug.IntToString[] mapping = info.property.mapping(); 1534 final ViewDebug.IntToString mapper = mapping[j]; 1616 final IntToString[] mapping = getMapping(clazz, field); 1622 final IntToString map = mapping[j]; 1672 private static IntToString[] getMapping(Class<?> clazz, String field) { 1684 final IntToString[] indexMapping = property.indexMapping(); 1687 final IntToString[] mapping = property.mapping(); [all …]
|
D | View.java | 5137 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"), 5138 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"), 5139 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE") 9458 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"), 9459 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"), 9460 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"), 9461 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, 9463 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, 9651 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_AUTO, to = "auto"), 9652 @ViewDebug.IntToString(from = IMPORTANT_FOR_CONTENT_CAPTURE_YES, to = "yes"), [all …]
|
D | ViewGroup.java | 803 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"), 804 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"), 805 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS") 6670 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"), 6671 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"), 6672 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"), 6673 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL") 8133 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"), 8134 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT") 8148 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"), [all …]
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1240 @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 …]
|
D | LinearLayout.java | 1999 @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 …]
|
D | TextView.java | 4335 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"), 4336 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"), 4337 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"), 4338 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
|
D | AbsListView.java | 6746 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"), 6747 …@ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOT…
|
/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 30 class IntToString { class in EfficientXml
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2709 public interface IntToString { interface in BatteryStats 2713 private static final IntToString sUidToString = UserHandle::formatUid; 2714 private static final IntToString sIntToString = Integer::toString; 2716 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
|
/frameworks/base/boot/ |
D | preloaded-classes | 5370 android.os.BatteryStats$IntToString 7656 android.view.ViewDebug$IntToString
|
D | boot-image-profile.txt | 28692 Landroid/os/BatteryStats$IntToString; 31391 Landroid/view/ViewDebug$IntToString; 36568 [Landroid/os/BatteryStats$IntToString;
|
/frameworks/base/config/ |
D | preloaded-classes | 5368 android.os.BatteryStats$IntToString 7677 android.view.ViewDebug$IntToString
|
D | boot-image-profile.txt | 38329 Landroid/os/BatteryStats$IntToString; 41055 Landroid/view/ViewDebug$IntToString; 48747 [Landroid/os/BatteryStats$IntToString;
|
/frameworks/base/core/api/ |
D | current.txt | 49530 method public abstract android.view.ViewDebug.IntToString[] indexMapping() default {}; 49531 method public abstract android.view.ViewDebug.IntToString[] mapping() default {}; 49554 …on.Target({java.lang.annotation.ElementType.TYPE}) public static @interface ViewDebug.IntToString {
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 38298 Landroid/os/BatteryStats$IntToString;->applyAsString(I)Ljava/lang/String; 38613 Landroid/os/BatteryStats;->HISTORY_EVENT_INT_FORMATTERS:[Landroid/os/BatteryStats$IntToString; 38678 Landroid/os/BatteryStats;->sIntToString:Landroid/os/BatteryStats$IntToString; 38697 Landroid/os/BatteryStats;->sUidToString:Landroid/os/BatteryStats$IntToString; 67290 …ew/ViewDebug;->getMapping(Ljava/lang/Class;Ljava/lang/String;)[Landroid/view/ViewDebug$IntToString;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34056 public static abstract class ViewDebug.IntToString implements java.lang.annotation.Annotation {
|