Home | History | Annotate | Download | only in widget

Lines Matching refs:Span

129      * The StrictMode "critical time span" objects to catch animation
134 private StrictMode.Span mScrollStrictSpan = null; // aka "drag"
135 private StrictMode.Span mFlingStrictSpan = null;
190 final int span = getChildAt(0).getBottom() - mScrollY - bottomEdge;
191 if (span < length) {
192 return span / (float) length;