Searched refs:mMotionManager (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraApp.java49 private MotionManager mMotionManager; field in class:CameraApp
78 mMotionManager = new MotionManager(context);
93 return mMotionManager;
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java258 private MotionManager mMotionManager; field in class:PhotoModule
1667 mMotionManager = getServices().getMotionManager();
1668 if (mMotionManager != null) {
1669 mMotionManager.addListener(mFocusManager);
1723 if (mMotionManager != null) {
1724 mMotionManager.removeListener(mFocusManager);
1725 mMotionManager = null;
H A DCameraActivity.java271 private MotionManager mMotionManager; field in class:CameraActivity
1564 mMotionManager = getServices().getMotionManager();
1709 mMotionManager.stop();
1866 mMotionManager.start();

Completed in 74 milliseconds