Searched refs:getIntAttribute (Results 1 – 1 of 1) sorted by relevance
163 private int getIntAttribute(XmlPullParser parser, String name) { in getIntAttribute() method in DisplaySettings177 entry.overscanLeft = getIntAttribute(parser, "overscanLeft"); in readDisplay()178 entry.overscanTop = getIntAttribute(parser, "overscanTop"); in readDisplay()179 entry.overscanRight = getIntAttribute(parser, "overscanRight"); in readDisplay()180 entry.overscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay()