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

/frameworks/base/core/java/android/widget/
H A DAdapterView.java222 private SelectionNotifier mPendingSelectionNotifier; field in class:AdapterView
862 mPendingSelectionNotifier = null;
870 mPendingSelectionNotifier = this;
881 mPendingSelectionNotifier = null;
1075 if (mPendingSelectionNotifier != null) {
1076 mPendingSelectionNotifier.run();

Completed in 6 milliseconds