public interface EstimatedSpanView
If a particular view does not implement this interface then it is assumed that the view uses exact measurements.
Modifier and Type | Method and Description |
---|---|
boolean |
isEstimatedSpan()
Check whether this view is currently
in a mode when it just estimates its span.
|
void |
setEstimatedSpan(boolean estimatedSpan)
Set whether this view uses estimated span computation
instead of exact measurements.
|
boolean isEstimatedSpan()
void setEstimatedSpan(boolean estimatedSpan)
estimatedSpan
- whether view will estimate
the spans or use exact measurements.