Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java505 private Rect makeDialogRect(int left, int top, int right, int bottom) { in makeDialogRect() method in PixelCopyTest
517 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducer()
534 int result = mCopyHelper.request(window, makeDialogRect(0, 0, 50, 50), bitmap); in testDialogProducerCropTopLeft()
547 int result = mCopyHelper.request(window, makeDialogRect(25, 25, 75, 75), bitmap); in testDialogProducerCropCenter()
560 int result = mCopyHelper.request(window, makeDialogRect(0, 50, 100, 100), bitmap); in testDialogProducerCropBottomHalf()
593 Rect src = makeDialogRect(0, 0, 100, 100); in testDialogProducerCopyToRGBA16F()