Searched refs:initialize (Results 1 - 25 of 111) sorted by path

12345

/packages/apps/Browser/src/com/android/browser/
H A DBrowser.java42 BrowserSettings.initialize(getApplicationContext());
43 Preloader.initialize(getApplicationContext());
H A DBrowserSettings.java132 public static void initialize(final Context context) { method in class:BrowserSettings
H A DController.java229 mCrashRecoveryHandler = CrashRecoveryHandler.initialize(this);
H A DCrashRecoveryHandler.java63 public static CrashRecoveryHandler initialize(Controller controller) { method in class:CrashRecoveryHandler
H A DPreloader.java43 public static void initialize(Context context) { method in class:Preloader
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp55 int Align::initialize(int width, int height, bool _quarter_res, float _thresh_still) function in class:Align
H A DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
H A DBlend.cpp44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) function in class:Blend
H A DBlend.h74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
H A DMatrixUtils.h35 initialize();
41 * identity: Specifies wether to initialize matrix to
45 initialize(identity);
51 void initialize(bool identity = false) { function in class:Matrix33
93 initialize();
99 * identity: Specifies wether to initialize matrix to
103 initialize(identity);
109 void initialize(bool identity = false) { function in class:Matrix9
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) function in class:Mosaic
105 aligner->initialize(width, height,quarter_res,thresh_still);
112 blender->initialize(blendingType, stripType, width, height);
H A DMosaic.h49 // Check for initialization and if not, initialize
53 mosaic.initialize(blendingType, stripType, width, height, -1, false, 5.0f);
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp108 // Check for initialization and if not, initialize
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
/packages/apps/Camera/perftests/panorama/
H A Dbenchmark.cpp85 mosaic.initialize(blendingType, stripType, width, height, -1, false, 0);
/packages/apps/Camera/src/com/android/camera/
H A DMosaicFrameProcessor.java89 public void initialize(int previewWidth, int previewHeight, int bufSize) { method in class:MosaicFrameProcessor
H A DPanoramaModule.java450 // the camera preview screennail to the same size and initialize the mosaic
922 mMosaicFrameProcessor.initialize(
H A DPhotoController.java50 public void initialize(PreferenceGroup group) { method in class:PhotoController
51 super.initialize(group);
154 popup.initialize(mPreferenceGroup, mOtherKeys);
201 basic.initialize(pref);
H A DPhotoModule.java582 mPhotoControl.initialize(mPreferenceGroup);
1815 * and it requires the RenderOverlay, so initialize it here
2432 // Restart the camera and initialize the UI. From onCreate.
H A DPieController.java60 public void initialize(PreferenceGroup group) { method in class:PieController
H A DUtil.java139 public static void initialize(Context context) { method in class:Util
H A DVideoController.java53 public void initialize(PreferenceGroup group) { method in class:VideoController
54 super.initialize(group);
141 popup.initialize(mPreferenceGroup, mOtherKeys);
166 timeInterval.initialize((IconListPreference) pref);
173 basic.initialize(pref);
H A DVideoModule.java554 mVideoControl.initialize(mPreferenceGroup);
1589 Log.e(TAG, "Fail to initialize effect recorder");
1595 Log.e(TAG, "Fail to initialize media recorder");
2318 // Restart the camera and initialize the UI. From onCreate.
/packages/apps/Camera/src/com/android/camera/ui/
H A DEffectSettingPopup.java76 public void initialize(IconListPreference preference) { method in class:EffectSettingPopup
H A DInLineSettingItem.java59 public void initialize(ListPreference preference) { method in class:InLineSettingItem
H A DInLineSettingMenu.java45 public void initialize(ListPreference preference) { method in class:InLineSettingMenu
46 super.initialize(preference);

Completed in 176 milliseconds

12345