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