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

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

Completed in 316 milliseconds