Home
last modified time | relevance | path

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

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java390 Element autofocus = doc.createElement(PREFIX + NODE_AUTOFOCUS); in generateConfig() local
391 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() local
634 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()