Searched refs:oldName (Results 1 – 2 of 2) sorted by relevance
173 String oldName = element.getNodeName(); in computeChanges() local174 int open = text.indexOf(oldName); in computeChanges()175 int close = text.lastIndexOf(oldName); in computeChanges()181 int oldLength = oldName.length(); in computeChanges()186 int oldLength = oldName.length(); in computeChanges()
237 String oldName = layout.getNodeName(); in computeChanges() local238 int open = text.indexOf(oldName); in computeChanges()239 int close = text.lastIndexOf(oldName); in computeChanges()242 int oldLength = oldName.length(); in computeChanges()374 String oldName = child.getNodeName(); in convertLinearToTable() local375 if (oldName.equals(LINEAR_LAYOUT)) { in convertLinearToTable()377 int open = text.indexOf(oldName); in convertLinearToTable()378 int close = text.lastIndexOf(oldName); in convertLinearToTable()381 int oldLength = oldName.length(); in convertLinearToTable()