Home
last modified time | relevance | path

Searched refs:SCROLL_Y (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DRenderNodeDrawableTests.cpp235 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local
253 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() local
451 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 …]
/frameworks/support/dynamic-animation/api_legacy/
D26.0.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
Dcurrent.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D28.0.0-alpha1.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D27.1.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D26.1.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D27.0.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
/frameworks/support/dynamic-animation/api/
Dcurrent.txt28 …eld public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty SCROLL_Y;
/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DDynamicAnimation.java253 public static final ViewProperty SCROLL_Y = new ViewProperty("scrollY") { field in DynamicAnimation
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
DSpringTests.java620 DynamicAnimation.SCROLL_X, DynamicAnimation.SCROLL_Y, in testAllProperties()
/frameworks/support/api/
D25.4.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D25.3.0.txt22 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D26.0.0-beta1.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D26.0.0-beta2.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
D26.1.0.txt28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;