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 420 private View fillSelection(int childrenTop, int childrenBottom) {
438 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
456 pinToTop(childrenTop);
464 private void pinToTop(int childrenTop) {
467 final int offset = childrenTop - top;
668 * @param childrenTop Where to start drawing children
672 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
693 int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
741 * @param childrenTop Top pixel were children can be drawn
746 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int rowStart)
    [all...]
ListView.java 741 * @param childrenTop Top of the area in which children can be drawn, as
747 private View fillFromMiddle(int childrenTop, int childrenBottom) {
748 int height = childrenBottom - childrenTop;
752 View sel = makeAndAddView(position, childrenTop, true,
799 * @param childrenTop Where to start drawing children
803 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) {
809 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
876 * @param childrenTop Top pixel were children can be drawn
881 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) {
883 int topSelectionPixel = childrenTop;
    [all...]
AbsListView.java     [all...]

Completed in 287 milliseconds