Searched refs:localVisibleRect (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroup_ScrollCaptureTest.java | 144 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch() local 148 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch() 166 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback() local 170 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback() 199 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback_hintExclude() local 203 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback_hintExclude() 224 Rect localVisibleRect = new Rect(25, 50, 175, 150); in testDispatchScrollCaptureSearch_toChildren() local 275 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_toChildren() 402 void assertDispatchScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) { in assertDispatchScrollCaptureSearchLastArgs() argument 404 localVisibleRect, mDispatchScrollCaptureSearchLastLocalVisibleRect); in assertDispatchScrollCaptureSearchLastArgs() [all …]
|