Lines Matching refs:scrollY
1539 static const int scrollY = 10; in RENDERTHREAD_TEST() local
1556 expectedMatrix.loadTranslate(50 - scrollX, 50 - scrollY, 0); in RENDERTHREAD_TEST()
1564 expectedMatrix.loadTranslate(-scrollX, 50 - scrollY, 0); in RENDERTHREAD_TEST()
1588 properties.setTranslationY(scrollY); in RENDERTHREAD_TEST()
1615 canvas.translate(-scrollX, -scrollY); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()
1632 static const int scrollY = 10; in RENDERTHREAD_TEST() local
1653 expected.loadTranslate(100 - scrollX, 100 - scrollY, 0); in RENDERTHREAD_TEST()
1669 properties.setTranslationY(scrollY); in RENDERTHREAD_TEST()
1689 canvas.translate(-scrollX, -scrollY); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()
1723 static const int scrollY = 0; in RENDERTHREAD_TEST() local
1748 properties.setTranslationY(scrollY); in RENDERTHREAD_TEST()
1758 canvas.translate(-scrollX, -scrollY); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()