Lines Matching defs:span

159      * Fetch the span along an axis that is taken up by the insets.
163 * @return the span along an axis that is taken up by the insets
174 * major span should be treated as being estimated. If this
191 * Is the major span currently estimated?
192 * @return whether or not the major span currently estimated
250 * the major axis. If the span along the major axis is
253 * major span is estimated.
301 float span = 0f;
313 span += cs.getMajorSpan();
322 majorSpan = span;
544 * the children if the minor span changes.
559 * @return the current span of the view along the given axis, >= 0
573 * children if the minor span changes.
577 * @param span the span to layout to >= 0
579 void setSpanOnAxis(int axis, float span) {
582 float targetSpan = span - margin;
604 majorSpan = span - margin;
635 * Determines the preferred span for this view along an
639 * @return the span the view would like to be rendered into >= 0.
640 * Typically the view is told to render into the span
660 * Determines the minimum span for this view along an
664 * @return the span the view would like to be rendered into >= 0.
665 * Typically the view is told to render into the span
688 * Determines the maximum span for this view along an
692 * @return the span the view would like to be rendered into >= 0.
693 * Typically the view is told to render into the span
896 * Current span along the major axis. This
904 * Is the span along the major axis estimated?
909 * Current span along the minor axis. This
965 * changed it's major span. This can therefore be
1099 * on the ChildState objects up to the given target span
1322 float old = span;
1323 span = child.getPreferredSpan(axis);
1324 delta = span - old;
1339 w = span;
1343 h = span;
1353 * What is the span along the minor axis.
1354 * @return the span along the minor axis
1378 * What is the span along the major axis.
1379 * @return the span along the major axis
1382 return span;
1444 private float span;