Searched refs:selectedTop (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 5715 int selectedTop = 0; in resurrectSelection() local 5727 selectedTop = selected.getTop(); in resurrectSelection() 5731 if (selectedTop < childrenTop) { in resurrectSelection() 5732 selectedTop = childrenTop + getVerticalFadingEdgeLength(); in resurrectSelection() 5734 selectedTop = childrenBottom - selected.getMeasuredHeight() in resurrectSelection() 5747 selectedTop = top; in resurrectSelection() 5758 selectedTop = top; in resurrectSelection() 5773 selectedTop = top; in resurrectSelection() 5781 selectedTop = top; in resurrectSelection() 5795 mSpecificTop = selectedTop; in resurrectSelection()
|
H A 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()
|
H A 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()
|