Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java319 final Point magnifierPosition = mMagnifier.getPosition(); in testShow() local
320 assertNotNull(magnifierPosition); in testShow()
323 magnifierPosition.x, PIXEL_COMPARISON_DELTA); in testShow()
326 magnifierPosition.y, PIXEL_COMPARISON_DELTA); in testShow()
348 final Point magnifierPosition = mMagnifier.getPosition(); in testShow_withDecoupledMagnifierPosition() local
349 assertNotNull(magnifierPosition); in testShow_withDecoupledMagnifierPosition()
352 magnifierPosition.x, PIXEL_COMPARISON_DELTA); in testShow_withDecoupledMagnifierPosition()
355 magnifierPosition.y, PIXEL_COMPARISON_DELTA); in testShow_withDecoupledMagnifierPosition()