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

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

Completed in 53 milliseconds