Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroup_ScrollCaptureTest.java280 view1.assertDispatchScrollCaptureSearchCount(0); in testDispatchScrollCaptureSearch_toChildren()
284 view2.assertDispatchScrollCaptureSearchCount(1); in testDispatchScrollCaptureSearch_toChildren()
290 view3.assertDispatchScrollCaptureSearchCount(1); in testDispatchScrollCaptureSearch_toChildren()
295 view4.assertDispatchScrollCaptureSearchCount(0); in testDispatchScrollCaptureSearch_toChildren()
298 view5.assertDispatchScrollCaptureSearchCount(1); in testDispatchScrollCaptureSearch_toChildren()
395 void assertDispatchScrollCaptureSearchCount(int count) { in assertDispatchScrollCaptureSearchCount() method in ViewGroup_ScrollCaptureTest.MockView