HomeSort by relevance Sort by last modified time
    Searched refs:mPhotos (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
List8.java 87 private ArrayList<Integer> mPhotos = new ArrayList<Integer>();
94 return mPhotos.size();
109 i.setImageResource(mPhotos.get(position));
121 mPhotos.clear();
128 mPhotos.add(newPhoto);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 31 int[] mPhotos = {
62 int resourceId = mPhotos[(int) (Math.random() * mPhotos.length)];

Completed in 88 milliseconds