Searched refs:oldCopy (Results 1 – 1 of 1) sorted by relevance
1201 Rect oldCopy = new Rect(actualOld); in verifyEpicenters() local1202 int left = oldCopy.left; in verifyEpicenters()1203 int top = oldCopy.top; in verifyEpicenters()1204 oldCopy.set(passed); in verifyEpicenters()1205 oldCopy.offset(left, top); in verifyEpicenters()1207 assertEquals(oldCopy, actualNew); in verifyEpicenters()