Home
last modified time | relevance | path

Searched refs:switchToOtherMode (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java258 switchToOtherMode(ModePicker.MODE_CAMERA); in addBaseMenuItems()
263 switchToOtherMode(ModePicker.MODE_VIDEO); in addBaseMenuItems()
442 private boolean switchToOtherMode(int mode) { in switchToOtherMode() method in PanoramaActivity
453 return switchToOtherMode(mode); in onModeChanged()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java2164 switchToOtherMode(ModePicker.MODE_VIDEO); in addBaseMenuItems()
2169 switchToOtherMode(ModePicker.MODE_PANORAMA); in addBaseMenuItems()
2186 private boolean switchToOtherMode(int mode) { in switchToOtherMode() method in Camera
2197 return switchToOtherMode(mode); in onModeChanged()
DVideoCamera.java1470 switchToOtherMode(ModePicker.MODE_CAMERA); in addBaseMenuItems()
1475 switchToOtherMode(ModePicker.MODE_PANORAMA); in addBaseMenuItems()
1958 private boolean switchToOtherMode(int mode) { in switchToOtherMode() method in VideoCamera
1967 return switchToOtherMode(mode); in onModeChanged()