Home | History | Annotate | Download | only in gadget

Lines Matching refs:mSource

60         private WidgetSource mSource;
72 mSource = new MediaSetSource(mApp.getDataManager(), mAlbumPath);
74 mSource = new LocalPhotoSource(mApp.getAndroidContext());
76 mSource.setContentListener(this);
84 mSource.close();
85 mSource = null;
90 return mSource.size();
119 Bitmap bitmap = mSource.getImage(position);
127 .setData(mSource.getContentUri(position)));
133 mSource.reload();