Home | History | Annotate | Download | only in photo

Lines Matching refs:mProjection

138     private String[] mProjection;
257 mProjection = intent.getStringArrayExtra(Intents.EXTRA_PROJECTION);
259 mProjection = null;
505 return new PhotoPagerLoader(mActivity.getContext(), Uri.parse(mPhotosUri), mProjection);