Searched refs:mMotionManager (Results 1 – 3 of 3) sorted by relevance
60 private final MotionManager mMotionManager; field in CameraServicesImpl78 mMotionManager = new MotionManager(context); in CameraServicesImpl()93 return mMotionManager; in getMotionManager()
249 private MotionManager mMotionManager; field in PhotoModule1519 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()
285 private MotionManager mMotionManager; field in CameraActivity1625 mMotionManager = getServices().getMotionManager(); in onCreateTasks()1839 mMotionManager.stop(); in onPauseTasks()2121 mMotionManager.start(); in resume()