Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DDropDownListView.java810 private static final Field sIsChildViewEnabled; field in DropDownListView.PreApi33Impl
822 sIsChildViewEnabled = isChildViewEnabled;
830 if (sIsChildViewEnabled != null) { in isSelectedChildViewEnabled()
832 return sIsChildViewEnabled.getBoolean(view); in isSelectedChildViewEnabled()
842 if (sIsChildViewEnabled != null) { in setSelectedChildViewEnabled()
844 sIsChildViewEnabled.set(view, enabled); in setSelectedChildViewEnabled()