Searched refs:mTapToFocusPoints (Results 1 – 1 of 1) sorted by relevance
171 private float[] mTapToFocusPoints = null; field in CameraController1194 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()