Searched refs:childrenBottom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java455 private View fillSelection(int childrenTop, int childrenBottom) { argument
482 pinToBottom(childrenBottom);
486 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
509 private void pinToBottom(int childrenBottom) { argument
513 final int offset = childrenBottom - bottom;
704 * @param childrenBottom Last pixel where children can be drawn
707 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
729 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
757 * @param childrenBottom Bottom pixel were children can be drawn
763 private int getBottomSelectionPixel(int childrenBottom, in argument
879 moveSelection(int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DListView.java775 * @param childrenBottom Bottom of the area in which children can be drawn,
779 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
780 int height = childrenBottom - childrenTop;
832 * @param childrenBottom Last pixel where children can be drawn
835 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
843 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
891 * @param childrenBottom Bottom pixel were children can be drawn
896 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
898 int bottomSelectionPixel = childrenBottom;
956 * @param childrenBottom Las
959 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DAbsListView.java5343 int childrenBottom = mBottom - mTop - mListPadding.bottom;
5358 } else if (selectedBottom > childrenBottom) {
5359 selectedTop = childrenBottom - selected.getMeasuredHeight()
5399 if (firstPosition + childCount < itemCount || bottom > childrenBottom) {
5400 childrenBottom -= getVerticalFadingEdgeLength();
5404 if (bottom <= childrenBottom) {

Completed in 73 milliseconds