Searched defs:childrenBottom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java430 private View fillSelection(int childrenTop, int childrenBottom) { argument
457 pinToBottom(childrenBottom);
461 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom,
484 private void pinToBottom(int childrenBottom) { argument
488 final int offset = childrenBottom - bottom;
679 * @param childrenBottom Last pixel where children can be drawn
682 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
704 int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
732 * @param childrenBottom Bottom pixel were children can be drawn
738 private int getBottomSelectionPixel(int childrenBottom, in argument
854 moveSelection(int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DListView.java745 * @param childrenBottom Bottom of the area in which children can be drawn,
749 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
750 int height = childrenBottom - childrenTop;
802 * @param childrenBottom Last pixel where children can be drawn
805 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
813 final int bottomSelectionPixel = getBottomSelectionPixel(childrenBottom, fadingEdgeLength,
861 * @param childrenBottom Bottom pixel were children can be drawn
866 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, argument
868 int bottomSelectionPixel = childrenBottom;
926 * @param childrenBottom Las
929 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]

Completed in 11 milliseconds