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

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

Completed in 55 milliseconds