Searched defs:magnifyBounds (Results 1 – 1 of 1) sorted by relevance
1068 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testMagnificationRegion_hasNonMagnifiableWindow_excludeWindowExactTouchableRegion() local1263 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local1315 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testShowMagnifiableWindow_outOfTheMagnifiedRegion_moveMagnification() local1357 final Rect magnifyBounds = controller.getMagnificationRegion().getBounds(); in testShowNonMagnifiableWindow_outOfTheMagnifiedRegion_shouldNotMoveMagnification() local1410 final Rect magnifyBounds = magnificationController.getMagnificationRegion().getBounds(); in getMagnifiedArea() local1515 private void adjustViewBoundsIfNeeded(View topLeftview, float scale, Rect magnifyBounds) { in adjustViewBoundsIfNeeded()