Searched defs: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 166         Rect localVisibleRect = new Rect(0, 0, 200, 200);  in testDispatchScrollCaptureSearch_withCallback()  local 199         Rect localVisibleRect = new Rect(0, 0, 200, 200);  in testDispatchScrollCaptureSearch_withCallback_hintExclude()  local 224         Rect localVisibleRect = new Rect(25, 50, 175, 150);  in testDispatchScrollCaptureSearch_toChildren()  local 402         void assertDispatchScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) {  in assertDispatchScrollCaptureSearchLastArgs() 418         public void onScrollCaptureSearch(Rect localVisibleRect, Point windowOffset,  in onScrollCaptureSearch() 425         void assertOnScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) {  in assertOnScrollCaptureSearchLastArgs() 433         public void dispatchScrollCaptureSearch(Rect localVisibleRect, Point windowOffset,  in dispatchScrollCaptureSearch() 485         public void onScrollCaptureSearch(Rect localVisibleRect, Point windowOffset,  in onScrollCaptureSearch() 492         void assertOnScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) {  in assertOnScrollCaptureSearchLastArgs()
  |