Home | History | Annotate | Download | only in widget

Lines Matching refs:childrenTop

5190         int childrenTop = mListPadding.top;
5204 if (selectedTop < childrenTop) {
5205 selectedTop = childrenTop + getVerticalFadingEdgeLength();
5222 if (firstPosition > 0 || top < childrenTop) {
5225 childrenTop += getVerticalFadingEdgeLength();
5228 if (top >= childrenTop) {