Searched refs:alignedLocation (Results 1 – 1 of 1) sorted by relevance
304 int alignedLocation = 0; in verifyBeginAligned() local309 alignedLocation = sorted[i][sorted[i].length - 1].getRight(); in verifyBeginAligned()311 assertEquals(alignedLocation, sorted[i][sorted[i].length - 1].getRight()); in verifyBeginAligned()317 alignedLocation = sorted[i][0].getLeft(); in verifyBeginAligned()319 assertEquals(alignedLocation, sorted[i][0].getLeft()); in verifyBeginAligned()326 alignedLocation = sorted[i][0].getTop(); in verifyBeginAligned()328 assertEquals(alignedLocation, sorted[i][0].getTop()); in verifyBeginAligned()