Searched refs:XML_ATTR_TOUCHSCREEN (Results 1 – 2 of 2) sorted by relevance
2576 private static final String XML_ATTR_TOUCHSCREEN = "touch"; field in Configuration2612 configOut.touchscreen = XmlUtils.readIntAttribute(parser, XML_ATTR_TOUCHSCREEN, in readXmlAttrs()2670 XmlUtils.writeIntAttribute(xml, XML_ATTR_TOUCHSCREEN, config.touchscreen); in writeXmlAttrs()
16590 Landroid/content/res/Configuration;->XML_ATTR_TOUCHSCREEN:Ljava/lang/String;