Searched refs:SCROLL_Y (Results 1 – 15 of 15) sorted by relevance
235 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local253 expectedMatrix.setTranslate(50 - SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()260 expectedMatrix.setTranslate(-SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()291 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_TEST()327 -SCROLL_Y); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()428 static const int SCROLL_Y = 10; in RENDERTHREAD_SKIA_PIPELINE_TEST() local451 expectedMatrix.setTranslate(100 - SCROLL_X, 100 - SCROLL_Y); in RENDERTHREAD_SKIA_PIPELINE_TEST()465 EXPECT_EQ(SkRect::MakeLTRB(100 - SCROLL_X, 100 - SCROLL_Y, 300 - SCROLL_X, in RENDERTHREAD_SKIA_PIPELINE_TEST()466 300 - SCROLL_Y), in RENDERTHREAD_SKIA_PIPELINE_TEST()485 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_SKIA_PIPELINE_TEST()[all …]
28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
28 …eld public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty SCROLL_Y;
253 public static final ViewProperty SCROLL_Y = new ViewProperty("scrollY") { field in DynamicAnimation
620 DynamicAnimation.SCROLL_X, DynamicAnimation.SCROLL_Y, in testAllProperties()
22 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;