Searched defs: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 164 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback() local 197 Rect localVisibleRect = new Rect(0, 0, 200, 200); in testDispatchScrollCaptureSearch_withCallback_hintExclude() local 222 Rect localVisibleRect = new Rect(25, 50, 175, 150); in testDispatchScrollCaptureSearch_toChildren() local 400 void assertDispatchScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) { in assertDispatchScrollCaptureSearchLastArgs() 416 public void onScrollCaptureSearch(Rect localVisibleRect, Point windowOffset, in onScrollCaptureSearch() 423 void assertOnScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) { in assertOnScrollCaptureSearchLastArgs() 431 public void dispatchScrollCaptureSearch(Rect localVisibleRect, Point windowOffset, in dispatchScrollCaptureSearch() 483 public void onScrollCaptureSearch(Rect localVisibleRect, Point windowOffset, in onScrollCaptureSearch() 490 void assertOnScrollCaptureSearchLastArgs(Rect localVisibleRect, Point windowOffset) { in assertOnScrollCaptureSearchLastArgs()
|