Home | History | Annotate | Download | only in views

Lines Matching defs:Extent

137     // The extent that we care about when calculating fractions
140 public @interface Extent {}
1192 * {@param other} rect in the {@param extent} side.
1195 @Extent int extent) {
1196 if (extent == WIDTH) {
1199 } else if (extent == HEIGHT) {