Searched refs:getSelectionPath (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1498 public void getSelectionPath(int start, int end, Path dest) { in getSelectionPath() method in Layout
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3287 mTextView.getLayout().getSelectionPath( in onGetContentRect() 4995 layout.getSelectionPath(start, end, mPath);
|
D | TextView.java | 5539 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getUpdatedHighlightPath() 5763 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getFocusedRect()
|
/frameworks/base/api/ |
D | current.txt | 32185 method public void getSelectionPath(int, int, android.graphics.Path);
|
D | system-current.txt | 34477 method public void getSelectionPath(int, int, android.graphics.Path);
|