Searched refs:XML_ATTR_SCREEN_HEIGHT (Results 1 – 2 of 2) sorted by relevance
2588 private static final String XML_ATTR_SCREEN_HEIGHT = "height"; field in Configuration2634 configOut.screenHeightDp = XmlUtils.readIntAttribute(parser, XML_ATTR_SCREEN_HEIGHT, in readXmlAttrs()2704 XmlUtils.writeIntAttribute(xml, XML_ATTR_SCREEN_HEIGHT, config.screenHeightDp); in writeXmlAttrs()
16586 Landroid/content/res/Configuration;->XML_ATTR_SCREEN_HEIGHT:Ljava/lang/String;