Searched refs:mMotionManager (Results 1 – 3 of 3) sorted by relevance
49 private MotionManager mMotionManager; field in CameraApp78 mMotionManager = new MotionManager(context); in onCreate()93 return mMotionManager; in getMotionManager()
258 private MotionManager mMotionManager; field in PhotoModule1667 mMotionManager = getServices().getMotionManager();1668 if (mMotionManager != null) {1669 mMotionManager.addListener(mFocusManager);1723 if (mMotionManager != null) {1724 mMotionManager.removeListener(mFocusManager);1725 mMotionManager = null;
271 private MotionManager mMotionManager; field in CameraActivity1564 mMotionManager = getServices().getMotionManager(); in onCreateTasks()1709 mMotionManager.stop(); in onPauseTasks()1866 mMotionManager.start(); in onResumeTasks()