Searched refs:getSelectionPath (Results 1 – 8 of 8) 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 | 4390 mTextView.getLayout().getSelectionPath( in onGetContentRect() 6858 layout.getSelectionPath(start, end, mPath); in updatePath()
|
D | TextView.java | 7853 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getUpdatedHighlightPath() 8075 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getFocusedRect()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 19459 HSPLandroid/text/Layout;->getSelectionPath(IILandroid/graphics/Path;)V 19469 HSPLandroid/text/Layout;->lambda$getSelectionPath$0(Landroid/graphics/Path;FFFFI)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29718 method public void getSelectionPath(int, int, android.graphics.Path);
|
/frameworks/base/api/ |
D | current.txt | 49461 method public void getSelectionPath(int, int, android.graphics.Path);
|