Lines Matching refs:childrenTop

855      * @param childrenTop Top of the area in which children can be drawn, as
861 private View fillFromMiddle(int childrenTop, int childrenBottom) {
862 int height = childrenBottom - childrenTop;
866 View sel = makeAndAddView(position, childrenTop, true,
913 * @param childrenTop Where to start drawing children
917 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
923 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
990 * @param childrenTop Top pixel were children can be drawn
995 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
997 int topSelectionPixel = childrenTop;
1037 * @param childrenTop Where to start drawing children
1041 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop,
1048 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
1050 final int bottomSelectionPixel = getBottomSelectionPixel(childrenTop, fadingEdgeLength,
1094 int halfVerticalSpace = (childrenBottom - childrenTop) / 2;
1155 int halfVerticalSpace = (childrenBottom - childrenTop) / 2;
1175 if (oldTop < childrenTop) {
1179 if (newBottom < childrenTop + 20) {
1181 sel.offsetTopAndBottom(childrenTop - sel.getTop());
1643 final int childrenTop = mListPadding.top;
1784 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom);
1786 sel = fillFromMiddle(childrenTop, childrenBottom);
1798 sel = fillFromTop(childrenTop);
1819 sel = moveSelection(oldSel, newSel, delta, childrenTop, childrenBottom);
1826 sel = fillFromTop(childrenTop);
1835 oldSel == null ? childrenTop : oldSel.getTop());
1838 oldFirst == null ? childrenTop : oldFirst.getTop());
1840 sel = fillSpecific(0, childrenTop);