Searched refs:magnifierPosition (Results 1 – 1 of 1) sorted by relevance
319 final Point magnifierPosition = mMagnifier.getPosition(); in testShow() local320 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() local349 assertNotNull(magnifierPosition); in testShow_withDecoupledMagnifierPosition()352 magnifierPosition.x, PIXEL_COMPARISON_DELTA); in testShow_withDecoupledMagnifierPosition()355 magnifierPosition.y, PIXEL_COMPARISON_DELTA); in testShow_withDecoupledMagnifierPosition()