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