Searched refs:RESET_TOUCH_FOCUS (Results 1 – 2 of 2) sorted by relevance
46 private static final int RESET_TOUCH_FOCUS = 0; field in FocusManager91 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()
65 private static final int RESET_TOUCH_FOCUS = 0; field in FocusManager119 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()