Searched refs:selectedTop (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 4695 int selectedTop = 0; in resurrectSelection() local 4707 selectedTop = selected.getTop(); in resurrectSelection() 4711 if (selectedTop < childrenTop) { in resurrectSelection() 4712 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection() 4714 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection() 4727 selectedTop = top; in resurrectSelection() 4738 selectedTop = top; in resurrectSelection() 4753 selectedTop = top; in resurrectSelection() 4761 selectedTop = top; in resurrectSelection() 4775 mSpecificTop = selectedTop; in resurrectSelection()
|
D | GridView.java | 668 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 693 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
|
D | ListView.java | 802 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() argument 813 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true); in fillFromSelection()
|