Searched refs:SCROLL_X (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp233 static const int SCROLL_X = 5; 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
284 properties.setTranslationX(SCROLL_X);
313 canvas.translate(-SCROLL_X, -SCROLL_Y); // Apply scroll (note: bg undoes this internally)
346 static const int SCROLL_X = 5; local
370 expectedMatrix.setTranslate(100 - SCROLL_X, 100 - SCROLL_Y);
385 EXPECT_EQ(SkRect::MakeLTRB(100 - SCROLL_X, 100 - SCROLL_Y, 300 - SCROLL_X,
472 static const int SCROLL_X = 500000; local
[all...]
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java236 public static final ViewProperty SCROLL_X = new ViewProperty("scrollX") { field in class:DynamicAnimation
509 * {@link #TRANSLATION_Z}, @{@link #SCROLL_X} or {@link #SCROLL_Y}), the default minimum visible
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java313 {DynamicAnimation.SCROLL_X, DynamicAnimation.TRANSLATION_X,
522 final SpringAnimation anim = new SpringAnimation(mView1, DynamicAnimation.SCROLL_X,
617 DynamicAnimation.SCROLL_X, DynamicAnimation.SCROLL_Y,

Completed in 2675 milliseconds