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

/frameworks/base/core/java/android/view/
H A DViewDebug.java105 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
106 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
107 * @ViewDebug.IntToString(from = 8, to = "GONE")
114 * @see android.view.ViewDebug.IntToString
116 IntToString[] mapping() default { };
125 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
126 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
127 * @ViewDebug.IntToString(from = 2, to = "SECOND")
134 * @see android.view.ViewDebug.IntToString
137 IntToString[] indexMappin
211 public @interface IntToString { interface in class:ViewDebug
[all...]

Completed in 60 milliseconds