Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DAdapterView.java239 private SelectionNotifier mPendingSelectionNotifier; field in AdapterView
899 mPendingSelectionNotifier = null; in run()
907 mPendingSelectionNotifier = this; in run()
919 mPendingSelectionNotifier = null; in selectionChanged()
1125 if (mPendingSelectionNotifier != null) { in checkSelectionChanged()
1126 mPendingSelectionNotifier.run(); in checkSelectionChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69544 Landroid/widget/AdapterView;->mPendingSelectionNotifier:Landroid/widget/AdapterView$SelectionNotifi…