OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexHint
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java
41
int
indexHint
;
42
public Request(int type, Path path, int
indexHint
) {
45
this.
indexHint
=
indexHint
;
163
mCurrent.add(new Deletion(r.path, r.
indexHint
));
226
private void sendRequest(int type, Path path, int
indexHint
) {
227
Request r = new Request(type, path,
indexHint
);
239
public void addDeletion(Path path, int
indexHint
) {
240
sendRequest(REQUEST_ADD, path,
indexHint
);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java
173
MediaSet mediaSet, Path itemPath, int
indexHint
, int cameraIndex,
178
mCurrentIndex =
indexHint
;
576
public void setCurrentPhoto(Path path, int
indexHint
) {
579
mCurrentIndex =
indexHint
;
[
all
...]
Completed in 718 milliseconds