Searched refs:getSelectionPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 458 layout.getSelectionPath(0 /* startIndex */, 1 /* endIndex */, generatedPath); in testGetSelectionPathWithASingleLineSelection()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1981 public void getSelectionPath(int start, int end, Path dest) { in getSelectionPath() method in Layout
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4244 mTextView.getLayout().getSelectionPath( in onGetContentRect() 6349 layout.getSelectionPath(start, end, mPath);
|
D | TextView.java | 7815 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getUpdatedHighlightPath() 8037 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getFocusedRect()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29718 method public void getSelectionPath(int, int, android.graphics.Path);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 47218 method public void getSelectionPath(int, int, android.graphics.Path);
|
/frameworks/base/api/ |
D | current.txt | 47362 method public void getSelectionPath(int, int, android.graphics.Path);
|