Searched refs:makeWindowRect (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 301 private Rect makeWindowRect(int left, int top, int right, int bottom) { in makeWindowRect() method in PixelCopyTest 313 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducer() 330 int result = mCopyHelper.request(window, makeWindowRect(0, 0, 50, 50), bitmap); in testWindowProducerCropTopLeft() 343 int result = mCopyHelper.request(window, makeWindowRect(25, 25, 75, 75), bitmap); in testWindowProducerCropCenter() 356 int result = mCopyHelper.request(window, makeWindowRect(0, 50, 100, 100), bitmap); in testWindowProducerCropBottomHalf() 389 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducerCopyToRGBA16F()
|