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