Searched refs:initialize (Results 151 - 168 of 168) sorted by relevance

1234567

/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java690 mBurstController.initialize(new SurfaceTexture(0));
1524 * Re-initialize the camera if e.g. the HDR mode or facing property changed.
/packages/apps/FMRadio/src/com/android/fmradio/views/
H A DFmScroller.java193 public void initialize() { method in class:FmScroller
/packages/apps/Nfc/nci/jni/
H A DPeerToPeer.cpp104 ** Function: initialize
111 void PeerToPeer::initialize () function in class:PeerToPeer
113 ALOGD ("PeerToPeer::initialize");
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) function in class:Blend
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp44 int Blend::initialize(int blendingType, int stripType, int frame_width, int frame_height) function in class:Blend
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java136 // Time to wait for NFC controller to initialize before watchdog
533 if (!mDeviceHost.initialize()) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java310 mConversationContainer.getSnapHeader().initialize(
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java966 mFromSpinner.initialize(mComposeMode, mAccount, mAccounts, mRefMessage);
1212 mFromSpinner.initialize(action, mAccount, mAccounts, mRefMessage);
/packages/apps/Browser/src/com/android/browser/
H A DController.java236 mCrashRecoveryHandler = CrashRecoveryHandler.initialize(this);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java608 mPhotoControl.initialize(mPreferenceGroup);
1671 * and it requires the RenderOverlay, so initialize it here
2310 // Restart the camera and initialize the UI. From onCreate.
H A DVideoModule.java533 mVideoControl.initialize(mPreferenceGroup);
1562 Log.e(TAG, "Fail to initialize effect recorder");
1568 Log.e(TAG, "Fail to initialize media recorder");
2297 // Restart the camera and initialize the UI. From onCreate.
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java409 SgvAnimationHelper.initialize(context);
905 // initiated, initialize mTouchDownForDragStartX/Y here for the most accurate value.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java789 public void initialize(Callbacks callbacks) { method in class:LauncherModel
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java526 mIndicatorControlContainer.initialize(this, mPreferenceGroup,
1561 Log.e(TAG, "Fail to initialize effect recorder");
1567 Log.e(TAG, "Fail to initialize media recorder");
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java511 return initialize();
520 private boolean initialize() { method in class:CalendarProvider2
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java1212 public void initialize(Callbacks callbacks) { method in class:LauncherModel
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1470 return initialize();
1491 private boolean initialize() { method in class:ContactsProvider2
2732 // Create a shallow copy and initialize the contact ID to null.
4920 // (But make sure it's not scheduled yet. We schedule this task in initialize()

Completed in 734 milliseconds

1234567