Searched refs:oldWidth (Results 1 – 2 of 2) sorted by relevance
289 String oldWidth = element.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH); in computeChanges() local292 if (VALUE_MATCH_PARENT.equals(oldWidth) || VALUE_FILL_PARENT.equals(oldWidth)) { in computeChanges()293 width = oldWidth; in computeChanges()
858 int oldWidth = gc.getLineWidth(); in paint() local862 gc.setLineWidth(oldWidth); in paint()