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

  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 90 IntArray imageIds = new IntArray();
96 if (mImageIds != null) imageIds.add(mImageIds[i]);
103 if (mImageIds != null) mImageIds = imageIds.toArray(new int[imageIds.size()]);
  /packages/apps/LegacyCamera/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 120 milliseconds