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

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

Completed in 42 milliseconds