Searched refs:oldCopy (Results 1 – 1 of 1) sorted by relevance
1271 Rect oldCopy = new Rect(actualOld); in verifyEpicenters() local1272 int left = oldCopy.left; in verifyEpicenters()1273 int top = oldCopy.top; in verifyEpicenters()1274 oldCopy.set(passed); in verifyEpicenters()1275 oldCopy.offset(left, top); in verifyEpicenters()1277 assertEquals(oldCopy, actualNew); in verifyEpicenters()