Home | History | Annotate | Download | only in widget

Lines Matching refs:childrenBottom

746      * @param childrenBottom Bottom of the area in which children can be drawn,
750 private View fillFromMiddle(int childrenTop, int childrenBottom) {
751 int height = childrenBottom - childrenTop;
803 * @param childrenBottom Last pixel where children can be drawn
806 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
814 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
862 * @param childrenBottom Bottom pixel were children can be drawn
867 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength,
869 int bottomSelectionPixel = childrenBottom;
927 * @param childrenBottom Last pixel where children can be drawn
931 int childrenBottom) {
983 int halfVerticalSpace = (childrenBottom - childrenTop) / 2;
1044 int halfVerticalSpace = (childrenBottom - childrenTop) / 2;
1483 int childrenBottom = mBottom - mTop - mListPadding.bottom;
1627 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom);
1629 sel = fillFromMiddle(childrenTop, childrenBottom);
1636 sel = fillUp(mItemCount - 1, childrenBottom);
1648 sel = moveSelection(oldSel, newSel, delta, childrenTop, childrenBottom);
1659 sel = fillUp(mItemCount - 1, childrenBottom);