Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DCameraServicesImpl.java60 private final MotionManager mMotionManager; field in CameraServicesImpl
78 mMotionManager = new MotionManager(context); in CameraServicesImpl()
93 return mMotionManager; in getMotionManager()
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java249 private MotionManager mMotionManager; field in PhotoModule
1519 mMotionManager = getServices().getMotionManager(); in initializeFocusManager()
1520 if (mMotionManager != null) { in initializeFocusManager()
1521 mMotionManager.addListener(mFocusManager); in initializeFocusManager()
1567 if (mMotionManager != null) { in pause()
1568 mMotionManager.removeListener(mFocusManager); in pause()
1569 mMotionManager = null; in pause()
DCameraActivity.java285 private MotionManager mMotionManager; field in CameraActivity
1625 mMotionManager = getServices().getMotionManager(); in onCreateTasks()
1839 mMotionManager.stop(); in onPauseTasks()
2121 mMotionManager.start(); in resume()