Home
last modified time | relevance | path

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

/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfDocumentTest.java366 Rect contentRect = new Rect(0, 0, 100, 200); in createPageWithFullContentRect() local
368 0)).setContentRect(contentRect).create()); in createPageWithFullContentRect()
369 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithFullContentRect() local
379 Rect contentRect = new Rect(10, 20, 90, 180); in createPageWithPartialContentRect() local
381 0)).setContentRect(contentRect).create()); in createPageWithPartialContentRect()
382 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithPartialContentRect() local
392 Rect contentRect = new Rect(50, 100, 50, 100); in createPageWithEmptyContentRect() local
394 0)).setContentRect(contentRect).create()); in createPageWithEmptyContentRect()
395 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithEmptyContentRect() local
410 Rect contentRect = new Rect(90, 180, 10, 20); in createPageWithInverseContentRect() local
[all …]
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h153 ARect contentRect; member