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 PhotoModule1515 mMotionManager = getServices().getMotionManager(); in initializeFocusManager()1516 if (mMotionManager != null) { in initializeFocusManager()1517 mMotionManager.addListener(mFocusManager); in initializeFocusManager()1563 if (mMotionManager != null) { in pause()1564 mMotionManager.removeListener(mFocusManager); in pause()1565 mMotionManager = null; in pause()
290 private MotionManager mMotionManager; field in CameraActivity1655 mMotionManager = getServices().getMotionManager(); in onCreateTasks()1832 mMotionManager.stop(); in onPauseTasks()2111 mMotionManager.start(); in resume()