Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java457 final Path generatedPath = new Path(); in testGetSelectionPathWithASingleLineSelection() local
458 layout.getSelectionPath(0 /* startIndex */, 1 /* endIndex */, generatedPath); in testGetSelectionPathWithASingleLineSelection()
462 assertTrue(generatedPath.isRect(pathRectangle)); in testGetSelectionPathWithASingleLineSelection()