Searched defs:IntToString (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java112 * {@literal @}ViewDebug.IntToString(from = 0, to = "VISIBLE"),
113 * {@literal @}ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
114 * {@literal @}ViewDebug.IntToString(from = 8, to = "GONE")
121 * @see android.view.ViewDebug.IntToString
123 IntToString[] mapping() default { };
132 * {@literal @}ViewDebug.IntToString(from = 0, to = "INVALID"),
133 * {@literal @}ViewDebug.IntToString(from = 1, to = "FIRST"),
134 * {@literal @}ViewDebug.IntToString(from = 2, to = "SECOND")
141 * @see android.view.ViewDebug.IntToString
144 IntToString[] indexMappin
220 public @interface IntToString { interface in class:ViewDebug
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2413 public interface IntToString { interface in class: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[] {

Completed in 46 milliseconds