Searched defs:SCROLL_Y (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp234 static const int SCROLL_Y = 10; local
251 expectedMatrix.setTranslate(50 - SCROLL_X, 50 - SCROLL_Y);
257 expectedMatrix.setTranslate(-SCROLL_X, 50 - SCROLL_Y);
276 * The parent is scrolled by SCROLL_X/SCROLL_Y, but this does not affect the background
285 properties.setTranslationY(SCROLL_Y);
313 canvas.translate(-SCROLL_X, -SCROLL_Y); // Apply scroll (note: bg undoes this internally)
347 static const int SCROLL_Y = 10; local
370 expectedMatrix.setTranslate(100 - SCROLL_X, 100 - SCROLL_Y);
385 EXPECT_EQ(SkRect::MakeLTRB(100 - SCROLL_X, 100 - SCROLL_Y, 300 - SCROLL_X,
386 300 - SCROLL_Y), TestUtil
473 static const int SCROLL_Y = 0; local
[all...]
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java251 public static final ViewProperty SCROLL_Y = new ViewProperty("scrollY") { field in class:DynamicAnimation
509 * {@link #TRANSLATION_Z}, @{@link #SCROLL_X} or {@link #SCROLL_Y}), the default minimum visible

Completed in 111 milliseconds