Searched defs:childrenBottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 450 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() 504 private void pinToBottom(int childrenBottom) { in pinToBottom() 702 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 758 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 874 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() 1166 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | ListView.java | 773 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() 829 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 890 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 954 int childrenBottom) { in moveSelection() 1506 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | AbsListView.java | 5142 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local
|