Searched refs:locationAndSize2 (Results 1 – 1 of 1) sorted by relevance
157 final int[] locationAndSize2 = new int[4]; in testSetFitInsetsIgnoringVisibility() local184 overlayWindowRoot2.getLocationOnScreen(locationAndSize2); in testSetFitInsetsIgnoringVisibility()185 locationAndSize2[2] = overlayWindowRoot2.getWidth(); in testSetFitInsetsIgnoringVisibility()186 locationAndSize2[3] = overlayWindowRoot2.getHeight(); in testSetFitInsetsIgnoringVisibility()191 assertEquals(locationAndSize1[i], locationAndSize2[i]); in testSetFitInsetsIgnoringVisibility()