Searched refs:secondRight (Results 1 – 1 of 1) sorted by relevance
148 int secondRight = xy[0] + second.getMeasuredWidth(); in assertRightAligned() local150 assertEquals("views are not right aligned", firstRight, secondRight); in assertRightAligned()167 int secondRight = xy[0] + second.getMeasuredWidth(); in assertRightAligned() local169 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin); in assertRightAligned()