Searched refs:convertToScreenCoordinates (Results 1 – 2 of 2) sorted by relevance
566 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY); in locateHandlePointsTextIndex()647 return convertToScreenCoordinates(textView, in locateTextAtIndex()660 public static float[] convertToScreenCoordinates(TextView textView, float x, float y) { in convertToScreenCoordinates() method in TextViewActions.TextCoordinates
485 convertToScreenCoordinates(event); in onTouch()569 private void convertToScreenCoordinates(MotionEvent event) { in convertToScreenCoordinates() method in DividerView