Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java42 public class LocalPhotoSource implements WidgetSource { class
67 public LocalPhotoSource(Context context) { in LocalPhotoSource() method in LocalPhotoSource
DWidgetService.java74 mSource = new LocalPhotoSource(mApp.getAndroidContext()); in onCreate()