Home | History | Annotate | Download | only in views

Lines Matching defs:Extent

135     // The extent that we care about when calculating fractions
138 public @interface Extent {}
1222 * {@param other} rect in the {@param extent} side.
1225 @Extent int extent) {
1226 if (extent == WIDTH) {
1229 } else if (extent == HEIGHT) {