Home | History | Annotate | Download | only in photo

Lines Matching defs:mProjection

140     private String[] mProjection;
269 mProjection = intent.getStringArrayExtra(Intents.EXTRA_PROJECTION);
271 mProjection = null;
571 return new PhotoPagerLoader(mActivity.getContext(), Uri.parse(mPhotosUri), mProjection);