OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSort
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java
41
protected int
mSort
;
50
mSort
= sort;
221
// or descending, depending on the
mSort
variable.
226
(
mSort
== ImageManager.SORT_ASCENDING)
/packages/apps/Gallery/src/com/android/camera/
ImageManager.java
73
public int
mSort
;
87
out.writeInt(
mSort
);
96
mSort
= in.readInt();
105
mSort
, mBucketId, mIsEmptyImageList, mSingleImageUri);
287
int sort = param.
mSort
;
419
param.
mSort
= sort;
Completed in 115 milliseconds