Home
last modified time | relevance | path

Searched refs:RESET_TOUCH_FOCUS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DFocusManager.java46 private static final int RESET_TOUCH_FOCUS = 0; field in FocusManager
91 case RESET_TOUCH_FOCUS: { in handleMessage()
236 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onAutoFocus()
296 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onTouch()
297 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onTouch()
326 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus()
340 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus()
346 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture()
468 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()
/packages/apps/Camera/src/com/android/camera/
DFocusManager.java65 private static final int RESET_TOUCH_FOCUS = 0; field in FocusManager
119 case RESET_TOUCH_FOCUS: { in handleMessage()
287 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onAutoFocus()
360 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp()
361 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onSingleTapUp()
388 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus()
402 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus()
408 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture()
522 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()