Searched refs:initialize (Results 1 - 25 of 146) sorted by relevance

123456

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DUserDictionaryToolsEditEN.java33 initialize();
44 initialize();
50 public void initialize() { method in class:UserDictionaryToolsEditEN
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DUserDictionaryToolsEditJAJP.java33 initialize();
44 initialize();
50 public void initialize() { method in class:UserDictionaryToolsEditJAJP
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraAppImpl.java26 Util.initialize(this);
/packages/apps/Browser/src/com/android/browser/
H A DBrowser.java42 BrowserSettings.initialize(getApplicationContext());
43 Preloader.initialize(getApplicationContext());
/packages/apps/Camera/jni/feature_mos/src/mosaic/
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 DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
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/Gallery2/jni_mosaic/feature_mos/src/mosaic/
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 DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
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/LegacyCamera/jni/feature_mos/src/mosaic/
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 DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryAppImpl.java51 com.android.camera.Util.initialize(this);
53 GalleryUtils.initialize(this);
54 WidgetUtils.initialize(this);
55 PicasaSource.initialize(this);
56 UsageStatistics.initialize(this);
57 MediaCache.initialize(this);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRecapitalizeStatusTests.java28 status.initialize(30, 40, "abcdefghij", Locale.ENGLISH, " ");
34 status.initialize(30, 44, " abcdefghij", Locale.ENGLISH, " ");
40 status.initialize(30, 40, "abcdefgh ", Locale.ENGLISH, " ");
46 status.initialize(30, 45, " abcdefghij ", Locale.ENGLISH, " ");
55 status.initialize(29, 40, "abcd efghij", Locale.ENGLISH, " ");
67 status.initialize(29, 40, "Abcd Efghij", Locale.ENGLISH, " ");
79 status.initialize(29, 40, "ABCD EFGHIJ", Locale.ENGLISH, " ");
91 status.initialize(29, 39, "AbCDefghij", Locale.ENGLISH, " ");
105 status.initialize(29, 40, "Abcd efghij", Locale.ENGLISH, " ");
119 status.initialize(3
[all...]
/packages/apps/Gallery2/tests/src/com/android/photos/data/
H A DTestHelper.java29 void initialize(TestCase testCase); method in interface:TestHelper.TestInitialization
40 initialization.initialize(test);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlContainer.java26 public abstract void initialize(Context context, PreferenceGroup group, method in class:IndicatorControlContainer
H A DInLineSettingSwitch.java53 public void initialize(ListPreference preference) { method in class:InLineSettingSwitch
54 super.initialize(preference);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneCapabilityTester.java57 if (!sIsInitialized) initialize(context);
62 private static void initialize(Context context) { method in class:PhoneCapabilityTester
73 if (!sIsInitialized) initialize(context);
/packages/apps/Mms/src/com/android/mms/ui/
H A DQuickContactDivot.java40 initialize(attrs);
45 initialize(attrs);
50 initialize(null);
53 private void initialize(AttributeSet attrs) { method in class:QuickContactDivot
/packages/apps/Nfc/nci/jni/
H A DHostAidRouter.h48 ** Function: initialize
55 bool initialize ();
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java46 initialize();
51 initialize();
56 initialize();
59 private void initialize() { method in class:DownloadItem
/packages/apps/Camera/src/com/android/camera/ui/
H A DInLineSettingCheckBox.java53 public void initialize(ListPreference preference) { method in class:InLineSettingCheckBox
54 super.initialize(preference);
H A DInLineSettingMenu.java45 public void initialize(ListPreference preference) { method in class:InLineSettingMenu
46 super.initialize(preference);
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DInLineSettingCheckBox.java53 public void initialize(ListPreference preference) { method in class:InLineSettingCheckBox
54 super.initialize(preference);
H A DInLineSettingMenu.java45 public void initialize(ListPreference preference) { method in class:InLineSettingMenu
46 super.initialize(preference);

Completed in 934 milliseconds

123456