Home
last modified time | relevance | path

Searched refs:makeWindowRect (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java283 private Rect makeWindowRect(int left, int top, int right, int bottom) { in makeWindowRect() method in PixelCopyTest
295 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducer()
312 int result = mCopyHelper.request(window, makeWindowRect(0, 0, 50, 50), bitmap); in testWindowProducerCropTopLeft()
325 int result = mCopyHelper.request(window, makeWindowRect(25, 25, 75, 75), bitmap); in testWindowProducerCropCenter()
338 int result = mCopyHelper.request(window, makeWindowRect(0, 50, 100, 100), bitmap); in testWindowProducerCropBottomHalf()
371 Rect src = makeWindowRect(0, 0, 100, 100); in testWindowProducerCopyToRGBA16F()