Home | History | Annotate | Download | only in widget

Lines Matching refs:visibleArea

4995                     float visibleArea = (visibleRectArea / (float) childRectArea);
4997 if ((position < 0) && (visibleArea < visibleThreshold)) {
5001 } else if ((position > 0) && (visibleArea < visibleThreshold)) {