Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterView.java225 private SelectionNotifier mPendingSelectionNotifier; field in AdapterView
872 mPendingSelectionNotifier = null; in run()
880 mPendingSelectionNotifier = this; in run()
891 mPendingSelectionNotifier = null; in selectionChanged()
1092 if (mPendingSelectionNotifier != null) { in checkSelectionChanged()
1093 mPendingSelectionNotifier.run(); in checkSelectionChanged()