Searched refs:XML_ATTR_SCREEN_LAYOUT (Results 1 – 2 of 2) sorted by relevance
2566 private static final String XML_ATTR_SCREEN_LAYOUT = "scrLay"; field in Configuration2609 configOut.screenLayout = XmlUtils.readIntAttribute(parser, XML_ATTR_SCREEN_LAYOUT, in readXmlAttrs()2674 XmlUtils.writeIntAttribute(xml, XML_ATTR_SCREEN_LAYOUT, config.screenLayout); in writeXmlAttrs()
17723 Landroid/content/res/Configuration;->XML_ATTR_SCREEN_LAYOUT:Ljava/lang/String;