Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java63 private static final int MSG_AUTO_FOCUS = 1; field in QrCamera
111 removeMessages(MSG_AUTO_FOCUS); in stop()
214 sendMessageDelayed(obtainMessage(MSG_AUTO_FOCUS), AUTOFOCUS_INTERVAL_MS); in startPreview()
353 case MSG_AUTO_FOCUS: in handleMessage()
358 sendMessageDelayed(obtainMessage(MSG_AUTO_FOCUS), AUTOFOCUS_INTERVAL_MS); in handleMessage()
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCamera.java63 private static final int MSG_AUTO_FOCUS = 1; field in QrCamera
120 removeMessages(MSG_AUTO_FOCUS); in stop()
227 sendMessageDelayed(obtainMessage(MSG_AUTO_FOCUS), AUTOFOCUS_INTERVAL_MS); in startPreview()
378 case MSG_AUTO_FOCUS: in handleMessage()
383 sendMessageDelayed(obtainMessage(MSG_AUTO_FOCUS), AUTOFOCUS_INTERVAL_MS); in handleMessage()