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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 40 private static final int INDEX_NONE = -1;
259 return INDEX_NONE;
265 if (index == INDEX_NONE && mSourceVersion == mVersion) return null;
294 // Note: info.index could be INDEX_NONE, i.e., -1
367 info.index = INDEX_NONE;
370 if (info.index != INDEX_NONE) {
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 74 public static final int INDEX_NONE = -1;
130 private int mCurrentSelection = INDEX_NONE;
319 setSelectedIndex(INDEX_NONE);
334 setSelectedIndex(INDEX_NONE);
353 setSelectedIndex(INDEX_NONE);
383 if (index != INDEX_NONE) {
390 * @param index <code>INDEX_NONE</code> (-1) means remove selection.
407 if (mCurrentSelection != INDEX_NONE) {
473 mCurrentSelection = INDEX_NONE;
582 if (sel != INDEX_NONE) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 35 private static final int INDEX_NONE = -1;
73 private int mStartIndex = INDEX_NONE;
585 return INDEX_NONE;
592 return INDEX_NONE;
596 return INDEX_NONE;
600 return INDEX_NONE;
604 return INDEX_NONE;
611 return index >= mSlotCount ? INDEX_NONE : index;
637 if (index != INDEX_NONE) {
689 if (index != INDEX_NONE) mListener.onSingleTapUp(index)
    [all...]

Completed in 110 milliseconds