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

/frameworks/base/core/java/android/view/
H A DViewDebug.java104 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
105 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
106 * @ViewDebug.IntToString(from = 8, to = "GONE")
113 * @see android.view.ViewDebug.IntToString
115 IntToString[] mapping() default { };
124 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
125 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
126 * @ViewDebug.IntToString(from = 2, to = "SECOND")
133 * @see android.view.ViewDebug.IntToString
136 IntToString[] indexMappin
210 public @interface IntToString { interface in class:ViewDebug
[all...]

Completed in 53 milliseconds