Home
last modified time | relevance | path

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

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