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

  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 92 IntArray imageIds = new IntArray();
98 if (mImageIds != null) imageIds.add(mImageIds[i]);
105 if (mImageIds != null) mImageIds = imageIds.toArray(new int[imageIds.size()]);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 98 private Integer[] imageIds = new Integer[]{
288 Integer imageIndex = pickRandom(imageIds);

Completed in 318 milliseconds