Home | History | Annotate | Download | only in view

Lines Matching defs:IntToString

103          *     @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
104 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
105 * @ViewDebug.IntToString(from = 8, to = "GONE")
112 * @see android.view.ViewDebug.IntToString
114 IntToString[] mapping() default { };
123 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
124 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
125 * @ViewDebug.IntToString(from = 2, to = "SECOND")
132 * @see android.view.ViewDebug.IntToString
135 IntToString[] indexMapping() default { };
193 public @interface IntToString {
1074 final IntToString[] mapping = property.mapping();
1080 final IntToString mapper = mapping[j];
1147 final IntToString[] mapping = property.mapping();
1152 final IntToString mapped = mapping[j];
1223 final IntToString[] indexMapping = property.indexMapping();
1226 final IntToString[] mapping = property.mapping();
1242 final IntToString mapped = indexMapping[k];
1253 final IntToString mapped = mapping[k];