Home
last modified time | relevance | path

Searched refs:LocalVideoRequest (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalVideo.java155 return new LocalVideoRequest(mApplication, getPath(), dateModifiedInSec, in requestImage()
159 public static class LocalVideoRequest extends ImageCacheRequest { class in LocalVideo
162 LocalVideoRequest(GalleryApp application, Path path, long timeModified, in LocalVideoRequest() method in LocalVideo.LocalVideoRequest