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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java222 private SelectionNotifier mSelectionNotifier;
855 private class SelectionNotifier implements Runnable { class in class:AdapterViewCompat
858 // Data has changed between when this SelectionNotifier
878 mSelectionNotifier = new SelectionNotifier();
/frameworks/base/core/java/android/widget/
H A DAdapterView.java219 private SelectionNotifier mSelectionNotifier;
222 private SelectionNotifier mPendingSelectionNotifier;
860 private class SelectionNotifier implements Runnable { class in class:AdapterView
866 // Data has changed between when this SelectionNotifier was
891 mSelectionNotifier = new SelectionNotifier();

Completed in 91 milliseconds