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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java33 private Adapter mAdapter;
37 mAdapter = new Adapter();
65 class Adapter extends BaseAdapter { class in class:SuggestionsListAdapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java104 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter();
106 public static class Adapter implements KeyboardActionListener { class in interface:KeyboardActionListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTimerProxy.java104 public static class Adapter implements TimerProxy { class in interface:TimerProxy
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIntentProcessor.java29 public interface Adapter { interface in class:CallIntentProcessor
36 public static class AdapterImpl implements Adapter {
H A DTimeouts.java29 public static class Adapter { class in class:Timeouts
30 public Adapter() { } method in class:Timeouts.Adapter
H A DConnectionServiceWrapper.java65 private final class Adapter extends IConnectionServiceAdapter.Stub { class in class:ConnectionServiceWrapper
744 private final Adapter mAdapter = new Adapter();
1126 Log.v(this, "Adding Connection Service Adapter.");
1133 Log.v(this, "Removing Connection Service Adapter.");
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
H A DPicker.java158 gridView.setAdapter(new Adapter(i, Arrays.asList(mColumns.get(i).getItems())));
184 final Adapter adapter = (Adapter) gridView.getAdapter();
392 private class Adapter extends RecyclerView.Adapter<ViewHolder> class in class:Picker
400 public Adapter(int columnId, List<String> items) { method in class:Picker.Adapter
/packages/apps/PackageInstaller/src/android/support/wearable/view/
H A DWearableListView.java49 * For a quick start, you will need to implement a subclass of {@link .Adapter},
216 public void setAdapter(RecyclerView.Adapter adapter) {
217 RecyclerView.Adapter currentAdapter = getAdapter();
1189 public void onAdapterChanged(RecyclerView.Adapter oldAdapter,
1190 RecyclerView.Adapter newAdapter) {
1276 * @param centralPosition Position of the item in the Adapter.
1289 * @param centralPosition Position of the item in the Adapter.
1296 * RecyclerView.Adapter.
1298 public static abstract class Adapter extends RecyclerView.Adapter<ViewHolde class in class:WearableListView
[all...]

Completed in 382 milliseconds