OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_NONE
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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
...]
ImageGallery.java
98
private int mSelectedIndex = GridViewSpecial.
INDEX_NONE
;
671
mGvs.setSelectedIndex(GridViewSpecial.
INDEX_NONE
);
756
if (mGvs.getCurrentSelection() != GridViewSpecial.
INDEX_NONE
) {
[
all
...]
Completed in 56 milliseconds