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 430 private View fillSelection(int childrenTop, int childrenBottom) {
448 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
466 pinToTop(childrenTop);
474 private void pinToTop(int childrenTop) {
477 final int offset = childrenTop - top;
678 * @param childrenTop Where to start drawing children
682 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
703 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
751 * @param childrenTop Top pixel were children can be drawn
756 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart)
    [all...]
ListView.java 744 * @param childrenTop Top of the area in which children can be drawn, as
750 private View fillFromMiddle(int childrenTop, int childrenBottom) {
751 int height = childrenBottom - childrenTop;
755 View sel = makeAndAddView(position, childrenTop, true,
802 * @param childrenTop Where to start drawing children
806 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
812 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
879 * @param childrenTop Top pixel were children can be drawn
884 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
886 int topSelectionPixel = childrenTop;
    [all...]
AbsListView.java     [all...]

Completed in 163 milliseconds