Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DSelectionActionModeHelperTest.java55 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsInsideRectangle()
64 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsAboveRectangle()
73 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsLeftOfRectangle()
82 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsRightOfRectangle()
91 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsBelowRectangle()
100 testMovePointInsideNearestRectangle( in testMovePointInsideNearestRectangle_pointIsToRightOfTheRightmostRectangle()
107 private void testMovePointInsideNearestRectangle(final float pointX, final float pointY, in testMovePointInsideNearestRectangle() method in SelectionActionModeHelperTest