Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DFocusOverlayManager.java63 private static final int RESET_TOUCH_FOCUS = 0; field in FocusOverlayManager
110 case RESET_TOUCH_FOCUS: { in handleMessage()
275 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onAutoFocus()
368 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp()
369 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onSingleTapUp()
393 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus()
406 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus()
412 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture()
516 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()
/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/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DFocusOverlayManager.java54 private static final int RESET_TOUCH_FOCUS = 0; field in FocusOverlayManager
103 case RESET_TOUCH_FOCUS: in handleMessage()
196 handler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onAutoFocus()
289 handler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp()
290 handler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY); in onSingleTapUp()
314 handler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus()
327 handler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus()
333 handler.removeMessages(RESET_TOUCH_FOCUS); in capture()
/packages/apps/Camera2/src/com/android/camera/
DFocusOverlayManager.java71 private static final int RESET_TOUCH_FOCUS = 0; field in FocusOverlayManager
147 case RESET_TOUCH_FOCUS: { in handleMessage()
296 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY_MILLIS); in onAutoFocus()
399 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp()
400 mHandler.sendEmptyMessageDelayed(RESET_TOUCH_FOCUS, RESET_TOUCH_FOCUS_DELAY_MILLIS); in onSingleTapUp()
437 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus()
465 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus()
471 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture()
571 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()