OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntVar
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java
49
int id = mMatcher.
getIntVar
(0);
LocalSource.java
91
return new LocalAlbum(path, app, mMatcher.
getIntVar
(0), true);
93
return new LocalAlbum(path, app, mMatcher.
getIntVar
(0), false);
95
int bucketId = mMatcher.
getIntVar
(0);
106
return new LocalImage(path, mApplication, mMatcher.
getIntVar
(0));
108
return new LocalVideo(path, mApplication, mMatcher.
getIntVar
(0));
FilterSource.java
66
int mediaType = mMatcher.
getIntVar
(0);
PathMatcher.java
64
public int
getIntVar
(int index) {
Completed in 75 milliseconds