Searched refs:viewLocationInWindow (Results 1 – 1 of 1) sorted by relevance
307 final int[] viewLocationInWindow = new int[2]; in testShow() local308 mView.getLocationInWindow(viewLocationInWindow); in testShow()313 assertEquals(xCenter + viewLocationInWindow[0], in testShow()315 assertEquals(yCenter + viewLocationInWindow[1], in testShow()346 final int[] viewLocationInWindow = new int[2]; in testShow_withDecoupledMagnifierPosition() local347 mView.getLocationInWindow(viewLocationInWindow); in testShow_withDecoupledMagnifierPosition()351 viewLocationInWindow[0] + xMagnifier - mMagnifier.getWidth() / 2, in testShow_withDecoupledMagnifierPosition()354 viewLocationInWindow[1] + yMagnifier - mMagnifier.getHeight() / 2, in testShow_withDecoupledMagnifierPosition()