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/
DCameraApp.java49 private MotionManager mMotionManager; field in CameraApp
78 mMotionManager = new MotionManager(context); in onCreate()
93 return mMotionManager; in getMotionManager()
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java258 private MotionManager mMotionManager; field in PhotoModule
1667 mMotionManager = getServices().getMotionManager();
1668 if (mMotionManager != null) {
1669 mMotionManager.addListener(mFocusManager);
1723 if (mMotionManager != null) {
1724 mMotionManager.removeListener(mFocusManager);
1725 mMotionManager = null;
DCameraActivity.java271 private MotionManager mMotionManager; field in CameraActivity
1564 mMotionManager = getServices().getMotionManager(); in onCreateTasks()
1709 mMotionManager.stop(); in onPauseTasks()
1866 mMotionManager.start(); in onResumeTasks()