HomeSort by relevance Sort by last modified time
    Searched refs:SelectionNotifier (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 220 private SelectionNotifier mSelectionNotifier;
853 private class SelectionNotifier implements Runnable {
856 // Data has changed between when this SelectionNotifier
876 mSelectionNotifier = new SelectionNotifier();
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterView.java 218 private SelectionNotifier mSelectionNotifier;
851 private class SelectionNotifier implements Runnable {
854 // Data has changed between when this SelectionNotifier
876 mSelectionNotifier = new SelectionNotifier();
    [all...]

Completed in 108 milliseconds