Home
last modified time | relevance | path

Searched refs:sSetSelectedPositionInt (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java739 private static Method sSetSelectedPositionInt; field in DropDownListView.Api30Impl
749 sSetSelectedPositionInt = AdapterView.class.getDeclaredMethod(
751 sSetSelectedPositionInt.setAccessible(true);
786 sSetSelectedPositionInt.invoke(view, position); in positionSelectorForHoveredItem()