Searched defs:childrenBottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 474 private View fillSelection(int childrenTop, int childrenBottom) { in fillSelection() 528 private void pinToBottom(int childrenBottom) { in pinToBottom() 726 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 782 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 898 private View moveSelection(int delta, int childrenTop, int childrenBottom) { in moveSelection() 1193 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | ListView.java | 869 private View fillFromMiddle(int childrenTop, int childrenBottom) { in fillFromMiddle() 925 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() 986 private int getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, in getBottomSelectionPixel() 1050 int childrenBottom) { in moveSelection() 1656 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() local
|
D | AbsListView.java | 5469 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection() local
|