Searched refs:windowOffset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroup_ScrollCaptureTest.java | 145 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch() local 148 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch() 167 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch_withCallback() local 170 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback() 200 Point windowOffset = new Point(); in testDispatchScrollCaptureSearch_withCallback_hintExclude() local 203 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback_hintExclude() 225 Point windowOffset = new Point(0, 0); in testDispatchScrollCaptureSearch_toChildren() local 275 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_toChildren() 337 Point windowOffset = new Point(0, 0); in testOnScrollCaptureSearch_withPadding() local 358 parent.dispatchScrollCaptureSearch(windowBounds, windowOffset, receiver); in testOnScrollCaptureSearch_withPadding() [all …]
|