Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
H A 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()