Searched refs:mPhotos (Results 1 – 2 of 2) sorted by relevance
87 private ArrayList<Integer> mPhotos = new ArrayList<Integer>(); field in List8.PhotoAdapter94 return mPhotos.size(); in getCount()109 i.setImageResource(mPhotos.get(position)); in getView()121 mPhotos.clear(); in clearPhotos()128 mPhotos.add(newPhoto); in addPhotos()
31 int[] mPhotos = { field in BitmapUtils62 int resourceId = mPhotos[(int) (Math.random() * mPhotos.length)]; in loadPhotos()