Searched refs:windowOffset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroup_ScrollCaptureTest.java | 143 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch() local 146 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch() 165 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch_withCallback() local 168 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback() 198 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch_withCallback_hintExclude() local 201 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback_hintExclude() 223 Point windowOffset = new Point(0, 0); in testDispatchScrollCaptureSearch_toChildren() local 273 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_toChildren() 335 Point windowOffset = new Point(0, 0); in testOnScrollCaptureSearch_withPadding() local 356 parent.dispatchScrollCaptureSearch(windowBounds, windowOffset, receiver); in testOnScrollCaptureSearch_withPadding() [all …]
|