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.java773 * @param childrenTop Top of the area in which children can be drawn, as
779 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
780 int height = childrenBottom - childrenTop;
784 View sel = makeAndAddView(position, childrenTop, true,
831 * @param childrenTop Where to start drawing children
835 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
841 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
908 * @param childrenTop Top pixel were children can be drawn
913 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
915 int topSelectionPixel = childrenTop;
959 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]

Completed in 35 milliseconds