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

/frameworks/base/core/java/android/widget/
H A DGridView.java455 private View fillSelection(int childrenTop, int childrenBottom) { argument
473 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
491 pinToTop(childrenTop);
499 private void pinToTop(int childrenTop) { argument
502 final int offset = childrenTop - top;
703 * @param childrenTop Where to start drawing children
707 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
728 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
776 * @param childrenTop Top pixel were children can be drawn
781 private int getTopSelectionPixel(int childrenTop, in argument
879 moveSelection(int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DListView.java771 * @param childrenTop Top of the area in which children can be drawn, as
777 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
778 int height = childrenBottom - childrenTop;
782 View sel = makeAndAddView(position, childrenTop, true,
829 * @param childrenTop Where to start drawing children
833 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
839 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
906 * @param childrenTop Top pixel were children can be drawn
911 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
913 int topSelectionPixel = childrenTop;
957 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]

Completed in 10 milliseconds