Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
DSamplesList.java45 static final ArrayList<Map<String,?>> SAMPLES = new ArrayList<Map<String,?>>() {{ field in SamplesList
53 setListAdapter(new SimpleAdapter(this, SAMPLES, in onCreate()
60 Class<?> clazz = (Class<?>) SAMPLES.get(position).get(KEY_CLASS); in onListItemClick()
61 int resourceId = ((Integer) SAMPLES.get(position).get(KEY_RESOURCE)).intValue(); in onListItemClick()
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DMainActivity.java34 static final ArrayList<Map<String,?>> SAMPLES = new ArrayList<Map<String,?>>() {{ field in MainActivity
48 lv.setAdapter(new SimpleAdapter(this, SAMPLES, in onCreate()