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
879 mPendingSelectionNotifier = null; in run()
887 mPendingSelectionNotifier = this; in run()
898 mPendingSelectionNotifier = null; in selectionChanged()
1099 if (mPendingSelectionNotifier != null) { in checkSelectionChanged()
1100 mPendingSelectionNotifier.run(); in checkSelectionChanged()