Searched refs:selectedTop (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 5466 int selectedTop = 0; in resurrectSelection() local 5478 selectedTop = selected.getTop(); in resurrectSelection() 5482 if (selectedTop < childrenTop) { in resurrectSelection() 5483 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection() 5485 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection() 5498 selectedTop = top; in resurrectSelection() 5509 selectedTop = top; in resurrectSelection() 5524 selectedTop = top; in resurrectSelection() 5532 selectedTop = top; in resurrectSelection() 5546 mSpecificTop = selectedTop; in resurrectSelection()
|
D | GridView.java | 726 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 751 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
|
D | ListView.java | 929 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 940 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true); in fillFromSelection()
|