Searched refs:mMediaType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterSet.java30 private final int mMediaType; field in class:FilterSet
39 mMediaType = mediaType;
86 String basePath = "/filter/mediatype/" + mMediaType;
106 if (item.getMediaType() == mMediaType) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java282 private final int mMediaType; field in class:AlbumSlidingWindow.AlbumDisplayItem
289 mMediaType = (item == null)
340 getRotation(), path, mMediaType, mIsPanorama);
H A DAlbumSetSlidingWindow.java336 private final int mMediaType; field in class:AlbumSetSlidingWindow.GalleryDisplayItem
346 mMediaType = item.getMediaType();
400 getRotation(), path, sourceType, mMediaType,

Completed in 67 milliseconds