Searched defs:Adapter (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java32 private Adapter mAdapter;
36 mAdapter = new Adapter();
69 class Adapter extends BaseAdapter { class in class:SuggestionsListAdapter
H A DClusteredSuggestionsAdapter.java39 * Adapter for suggestions list where suggestions are clustered by corpus.
48 private final Adapter mAdapter;
54 mAdapter = new Adapter();
91 private class Adapter extends BaseExpandableListAdapter { class in class:ClusteredSuggestionsAdapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java94 public static class Adapter implements KeyboardActionListener { class in interface:KeyboardActionListener
H A DPointerTracker.java97 public static class Adapter implements TimerProxy { class in interface:PointerTracker.TimerProxy
324 new KeyboardActionListener.Adapter();

Completed in 87 milliseconds