Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DCameraController.java171 private float[] mTapToFocusPoints = null; field in CameraController
1194 mTapToFocusPoints = null; in stopStreamingAltogetherLocked()
1355 mTapToFocusPoints = null; in switchCamera()
1496 mTapToFocusPoints = normalizedPoint; in tapToFocus()
1585 mTapToFocusPoints = null; in resetToAutoFocus()
1612 return mTapToFocusPoints == null ? null in getTapToFocusPoints()
1613 : new float[]{mTapToFocusPoints[0], mTapToFocusPoints[1]}; in getTapToFocusPoints()