Searched defs:INDEX_NONE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetDataLoader.java40 private static final int INDEX_NONE = -1; field in class:AlbumSetDataLoader
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/
H A DGridViewSpecial.java74 public static final int INDEX_NONE = -1; field in class:GridViewSpecial
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/
H A DSlotView.java35 private static final int INDEX_NONE = -1; field in class:SlotView
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) mListene
[all...]

Completed in 99 milliseconds