Home
last modified time | relevance | path

Searched refs:getSelectionPath (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java458 layout.getSelectionPath(0 /* startIndex */, 1 /* endIndex */, generatedPath); in testGetSelectionPathWithASingleLineSelection()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4788 layout.getSelectionPath(selectionStart, selectionEnd, mSelectionPath); in onGetContentRect()
7278 layout.getSelectionPath( in updatePath()
8189 layout.getSelectionPath(highlightStart, highlightEnd, mHighlightPath); in onDraw()
H A DTextView.java8811 mLayout.getSelectionPath( in maybeUpdateHighlightPaths()
8908 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getUpdatedHighlightPath()
9135 mLayout.getSelectionPath(selStart, selEnd, mHighlightPath); in getFocusedRect()
/aosp14/frameworks/base/core/java/android/text/
H A DLayout.java2669 public void getSelectionPath(int start, int end, Path dest) { in getSelectionPath() method in Layout
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14937 HSPLandroid/text/Layout;->getSelectionPath(IILandroid/graphics/Path;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt15001 HSPLandroid/text/Layout;->getSelectionPath(IILandroid/graphics/Path;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47358 method public void getSelectionPath(int, int, android.graphics.Path);