Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java1068 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion() local
1077 params.x = magnifyBounds.left; in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1078 params.y = magnifyBounds.top; in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1079 params.width = magnifyBounds.width(); in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1080 params.height = magnifyBounds.height() / 8; in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion()
1263 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local
1266 adjustViewBoundsIfNeeded(button, scale, magnifyBounds); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()
1275 final float centerX = magnifyBounds.left + (((float) magnifyBounds.width() / (2.0f * scale)) in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()
1277 final float centerY = magnifyBounds.top + (((float) magnifyBounds.height() / (2.0f * scale)) in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()
1315 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification() local
[all …]