Searched refs:autofocus (Results 1 – 1 of 1) sorted by relevance
390 Element autofocus = doc.createElement(PREFIX + NODE_AUTOFOCUS); in generateConfig() local391 camera.appendChild(autofocus); in generateConfig()394 autofocus.appendChild(doc.createTextNode(" ")); in generateConfig()396 autofocus.appendChild(doc.createTextNode("true")); in generateConfig()398 autofocus.appendChild(doc.createTextNode("false")); in generateConfig()633 Element autofocus = doc.createElement(PREFIX + NODE_AUTOFOCUS); in getCameraElements() local634 camera.appendChild(autofocus); in getCameraElements()637 autofocus.appendChild(doc.createTextNode(" ")); in getCameraElements()639 autofocus.appendChild(doc.createTextNode("true")); in getCameraElements()641 autofocus.appendChild(doc.createTextNode("false")); in getCameraElements()