Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java738 private static Method sPositionSelector; field in DropDownListView.Api30Impl
745 sPositionSelector = AbsListView.class.getDeclaredMethod(
748 sPositionSelector.setAccessible(true);
785 sPositionSelector.invoke(view, position, sel, false, -1, -1); in positionSelectorForHoveredItem()