Home
last modified time | relevance | path

Searched refs:viewLocationInWindow (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java307 final int[] viewLocationInWindow = new int[2]; in testShow() local
308 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() local
347 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()