Searched defs:childrenBottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 455 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() 509 private void pinToBottom(int childrenBottom) { in pinToBottom() 707 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 763 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 879 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() 1173 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | ListView.java | 779 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() 835 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 896 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 960 int childrenBottom) { in moveSelection() 1562 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | AbsListView.java | 5343 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local
|