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
1515 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()
DCameraActivity.java290 private MotionManager mMotionManager; field in CameraActivity
1655 mMotionManager = getServices().getMotionManager(); in onCreateTasks()
1832 mMotionManager.stop(); in onPauseTasks()
2111 mMotionManager.start(); in resume()