Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DLayoutDrawOrderTest.java111 TestPaths testPaths = prepareTestCase(layout); in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight() local
112 layout.draw(canvas, testPaths.highlightPaths, testPaths.highlightPaints, in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight()
113 testPaths.selectionPath, testPaths.selectionPaint, 0); in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight()
118 eq(testPaths.highlightPaths.get(0)), in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight()
119 eq(testPaths.highlightPaints.get(0))); in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight()
121 .drawPath(eq(testPaths.selectionPath), eq(testPaths.selectionPaint)); in testBoringLayout_testDrawOrder_Selection_on_top_of_Highlight()
131 TestPaths testPaths = prepareTestCase(layout); in testStaticLayout_testDrawOrder_Selection_on_top_of_Highlight() local
132 layout.draw(canvas, testPaths.highlightPaths, testPaths.highlightPaints, in testStaticLayout_testDrawOrder_Selection_on_top_of_Highlight()
133 testPaths.selectionPath, testPaths.selectionPaint, 0); in testStaticLayout_testDrawOrder_Selection_on_top_of_Highlight()
138 eq(testPaths.highlightPaths.get(0)), in testStaticLayout_testDrawOrder_Selection_on_top_of_Highlight()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1863 public void testPaths() throws Exception { in testPaths() method in IntentFilterTest