Home
last modified time | relevance | path

Searched refs:SummaryAdapter (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java64 private SummaryAdapter mSummaryAdapter;
73 mSummaryAdapter = new SummaryAdapter(this, getResources()); in onCreate()
332 private static class SummaryAdapter extends BaseAdapter { class in GameControllerInput
352 public SummaryAdapter(Context context, Resources resources) { in SummaryAdapter() method in GameControllerInput.SummaryAdapter