Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DMainActivity.java66 private final String[] ITEMS = new String[]{ field in MainActivity.MyAdapter
82 mItems = new String[ITEMS.length * COPIES]; in MyAdapter()
84 for (int j = 0; j < ITEMS.length; j++) { in MyAdapter()
85 mItems[i * ITEMS.length + j] = ITEMS[j]; in MyAdapter()