Searched refs:localVisibleRect (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroup_ScrollCaptureTest.java | 142 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch() local 146 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch() 164 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback() local 168 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback() 197 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback_hintExclude() local 201 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_withCallback_hintExclude() 222 Rect localVisibleRect = new Rect(25, 50, 175, 150); in testDispatchScrollCaptureSearch_toChildren() local 273 viewGroup.dispatchScrollCaptureSearch(localVisibleRect, windowOffset, receiver); in testDispatchScrollCaptureSearch_toChildren() 400 void assertDispatchScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) { in assertDispatchScrollCaptureSearchLastArgs() argument 402 localVisibleRect, mDispatchScrollCaptureSearchLastLocalVisibleRect); in assertDispatchScrollCaptureSearchLastArgs() [all …]
|