Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java87 private Magnifier mMagnifier; field in MagnifierTest
114 mMagnifier = new Magnifier.Builder(mView) in setup()
287 mMagnifier = new Magnifier(mView); in testSizeAndZoom_areValid()
289 assertTrue(mMagnifier.getWidth() > 0); in testSizeAndZoom_areValid()
290 assertTrue(mMagnifier.getHeight() > 0); in testSizeAndZoom_areValid()
292 assertTrue(mMagnifier.getSourceWidth() > 0); in testSizeAndZoom_areValid()
293 assertTrue(mMagnifier.getSourceHeight() > 0); in testSizeAndZoom_areValid()
295 assertTrue(mMagnifier.getZoom() > 1.0f); in testSizeAndZoom_areValid()
311 final Point sourcePosition = mMagnifier.getSourcePosition(); in testShow()
314 sourcePosition.x + mMagnifier.getSourceWidth() / 2f, PIXEL_COMPARISON_DELTA); in testShow()
[all …]