Home
last modified time | relevance | path

Searched defs:childrenBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java475 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection()
529 private void pinToBottom(int childrenBottom) { in pinToBottom()
727 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection()
783 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
899 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection()
1194 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
DListView.java867 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle()
923 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection()
984 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel()
1048 int childrenBottom) { in moveSelection()
1654 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
DAbsListView.java5764 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local