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.java353 private Rect makeWindowRect( in makeWindowRect() method in PixelCopyTest
364 final Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testViewProducer()
401 final Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testViewProducerAutoSizeWithSrc()
422 activity.getWindow(), makeWindowRect(activity, 0, 0, 50, 50), bitmap); in testWindowProducerCropTopLeft()
435 activity.getWindow(), makeWindowRect(activity, 25, 25, 75, 75), bitmap); in testWindowProducerCropCenter()
448 activity.getWindow(), makeWindowRect(activity, 0, 50, 100, 100), bitmap); in testWindowProducerCropBottomHalf()
477 Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testWindowProducerCopyToRGBA16F()
498 Rect src = makeWindowRect(activity, 0, 0, 100, 100); in testWindowProducer()