Searched refs:selectedTop (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 5761 int selectedTop = 0; in resurrectSelection() local 5773 selectedTop = selected.getTop(); in resurrectSelection() 5777 if (selectedTop < childrenTop) { in resurrectSelection() 5778 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection() 5780 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection() 5793 selectedTop = top; in resurrectSelection() 5804 selectedTop = top; in resurrectSelection() 5819 selectedTop = top; in resurrectSelection() 5827 selectedTop = top; in resurrectSelection() 5841 mSpecificTop = selectedTop; in resurrectSelection()
|
D | GridView.java | 727 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 752 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
|
D | ListView.java | 923 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 934 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true); in fillFromSelection()
|