Searched refs:selectedTop (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 5340 int selectedTop = 0; in resurrectSelection() local 5352 selectedTop = selected.getTop(); in resurrectSelection() 5356 if (selectedTop < childrenTop) { in resurrectSelection() 5357 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection() 5359 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection() 5372 selectedTop = top; in resurrectSelection() 5383 selectedTop = top; in resurrectSelection() 5398 selectedTop = top; in resurrectSelection() 5406 selectedTop = top; in resurrectSelection() 5420 mSpecificTop = selectedTop; in resurrectSelection()
|
D | GridView.java | 707 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 732 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
|
D | ListView.java | 835 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 846 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true); in fillFromSelection()
|