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

/frameworks/base/core/java/android/view/
H A DViewDebug.java96 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
97 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
98 * @ViewDebug.IntToString(from = 8, to = "GONE")
105 * @see android.view.ViewDebug.IntToString
107 IntToString[] mapping() default { };
116 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
117 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
118 * @ViewDebug.IntToString(from = 2, to = "SECOND")
125 * @see android.view.ViewDebug.IntToString
128 IntToString[] indexMappin
186 public @interface IntToString { interface in class:ViewDebug
[all...]

Completed in 35 milliseconds