HomeSort by relevance Sort by last modified time
    Searched refs:childrenTop (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 434 private View fillSelection(int childrenTop, int childrenBottom) {
452 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
470 pinToTop(childrenTop);
478 private void pinToTop(int childrenTop) {
481 final int offset = childrenTop - top;
682 * @param childrenTop Where to start drawing children
686 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
707 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
755 * @param childrenTop Top pixel were children can be drawn
760 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart)
    [all...]
ListView.java 760 * @param childrenTop Top of the area in which children can be drawn, as
766 private View fillFromMiddle(int childrenTop, int childrenBottom) {
767 int height = childrenBottom - childrenTop;
771 View sel = makeAndAddView(position, childrenTop, true,
818 * @param childrenTop Where to start drawing children
822 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
828 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
895 * @param childrenTop Top pixel were children can be drawn
900 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
902 int topSelectionPixel = childrenTop;
    [all...]
AbsListView.java     [all...]

Completed in 30 milliseconds