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.java2183 switchToOtherMode(ModePicker.MODE_VIDEO); in addBaseMenuItems()
2188 switchToOtherMode(ModePicker.MODE_PANORAMA); in addBaseMenuItems()
2205 private boolean switchToOtherMode(int mode) { in switchToOtherMode() method in Camera
2216 return switchToOtherMode(mode); in onModeChanged()
DVideoCamera.java1471 switchToOtherMode(ModePicker.MODE_CAMERA); in addBaseMenuItems()
1476 switchToOtherMode(ModePicker.MODE_PANORAMA); in addBaseMenuItems()
1959 private boolean switchToOtherMode(int mode) { in switchToOtherMode() method in VideoCamera
1968 return switchToOtherMode(mode); in onModeChanged()