Searched defs:CAMERA_MSG_FOCUS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DCamera.java149 private static final int CAMERA_MSG_FOCUS = 0x004; field in class:Camera
1120 case CAMERA_MSG_FOCUS:
1276 // CAMERA_MSG_FOCUS should be removed here because the following
1281 // - HAL sends CAMERA_MSG_FOCUS, which enters the looper message queue.
1284 // - The application gets the old CAMERA_MSG_FOCUS and thinks autofocus
1289 // time. It is HAL's responsibility not to send a CAMERA_MSG_FOCUS
1291 mEventHandler.removeMessages(CAMERA_MSG_FOCUS);

Completed in 60 milliseconds