Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp237 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local
255 expectedMatrix.setTranslate(50 - SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()
262 expectedMatrix.setTranslate(-SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()
293 properties.setTranslationY(SCROLL_Y); 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()
560 static const int SCROLL_Y = 0; in RENDERTHREAD_TEST() local
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt1059 DynamicAnimation.SCROLL_Y -> "scrollY"
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java46 import static android.view.ViewRootImplProto.SCROLL_Y;
8140 proto.write(SCROLL_Y, mScrollY); in dumpDebug()