Searched defs:childrenTop (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
448 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
466 pinToTop(childrenTop);
474 private void pinToTop(int childrenTop) { argument
477 final int offset = childrenTop - top;
678 * @param childrenTop Where to start drawing children
682 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
703 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
751 * @param childrenTop Top pixel were children can be drawn
756 private int getTopSelectionPixel(int childrenTop, in argument
854 moveSelection(int delta, int childrenTop, int childrenBottom) argument
[all...]
H A DListView.java743 * @param childrenTop Top of the area in which children can be drawn, as
749 private View fillFromMiddle(int childrenTop, int childrenBottom) { argument
750 int height = childrenBottom - childrenTop;
754 View sel = makeAndAddView(position, childrenTop, true,
801 * @param childrenTop Where to start drawing children
805 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { argument
811 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
878 * @param childrenTop Top pixel were children can be drawn
883 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
885 int topSelectionPixel = childrenTop;
929 moveSelection(View oldSel, View newSel, int delta, int childrenTop, int childrenBottom) argument
[all...]

Completed in 8 milliseconds