Home | History | Annotate | Download | only in camera

Lines Matching refs:mAppContext

200     private Context mAppContext;
852 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mAppContext);
1021 return mAppContext;
1079 mAppContext);
1265 CameraUtil.broadcastNewPicture(mAppContext, uri);
1434 mAppContext = getApplicationContext();
1436 mLocationManager = new LocationManager(mAppContext);
1439 mSoundPlayer = new SoundPlayer(mAppContext);
1468 mAppContext,
1480 mCameraController = new CameraController(mAppContext, this, mMainHandler,
1481 CameraAgentFactory.getAndroidCameraAgent(mAppContext,
1483 CameraAgentFactory.getAndroidCameraAgent(mAppContext,
1497 ModulesInfo.setupModules(mAppContext, mModuleManager, mFeatureConfig);
1506 (new PictureSizeLoader(mAppContext)).computePictureSizes();
1512 Keys.setDefaults(mSettingsManager, mAppContext);
1610 ContentResolver appContentResolver = mAppContext.getContentResolver();
1611 GlideFilmstripManager glideManager = new GlideFilmstripManager(mAppContext);
1612 mPhotoItemFactory = new PhotoItemFactory(mAppContext, glideManager, appContentResolver,
1614 mVideoItemFactory = new VideoItemFactory(mAppContext, glideManager, appContentResolver,
1916 mDataAdapter = new CameraFilmstripDataAdapter(mAppContext,
1948 mAppContext,
2023 mGalleryIntent = IntentHelper.getGalleryIntent(mAppContext);
2284 CharSequence appName = IntentHelper.getGalleryAppName(mAppContext, mGalleryIntent);
2290 Drawable galleryLogo = IntentHelper.getGalleryIcon(mAppContext, mGalleryIntent);
2531 String name = CameraUtil.getCameraModeText(modeIndex, mAppContext);