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