Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DSelectionActionModeHelperTest.java112 SelectionActionModeHelper.movePointInsideNearestRectangle(point, in testMovePointInsideNearestRectangle()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java354 movePointInsideNearestRectangle(touchPoint, selectionRectangles, in startSelectionActionModeWithSmartSelectAnimation()
449 public static <T> PointF movePointInsideNearestRectangle(final PointF point, in movePointInsideNearestRectangle() method in SelectionActionModeHelper