Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DRenderNodeDrawableTests.cpp240 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local
258 expectedMatrix.setTranslate(50 - SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()
265 expectedMatrix.setTranslate(-SCROLL_X, 50 - SCROLL_Y); in RENDERTHREAD_TEST()
296 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_TEST()
332 -SCROLL_Y); // Apply scroll (note: bg undoes this internally) in RENDERTHREAD_TEST()
431 static const int SCROLL_Y = 10; in RENDERTHREAD_TEST() local
454 expectedMatrix.setTranslate(100 - SCROLL_X, 100 - SCROLL_Y); in RENDERTHREAD_TEST()
468 EXPECT_EQ(SkRect::MakeLTRB(100 - SCROLL_X, 100 - SCROLL_Y, 300 - SCROLL_X, in RENDERTHREAD_TEST()
469 300 - SCROLL_Y), in RENDERTHREAD_TEST()
488 properties.setTranslationY(SCROLL_Y); in RENDERTHREAD_TEST()
[all …]
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DPerfettoViewCapture.kt192 os.write(ViewCaptureMessage.View.SCROLL_Y, view.scrollY) in <lambda>()
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DDynamicAnimation.java256 public static final ViewProperty SCROLL_Y = new ViewProperty("scrollY") { field in DynamicAnimation
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt1026 DynamicAnimation.SCROLL_Y -> "scrollY" in getReadablePropertyName()
/frameworks/base/core/java/android/view/
DViewRootImpl.java70 import static android.view.ViewRootImplProto.SCROLL_Y;
9670 proto.write(SCROLL_Y, mScrollY); in dumpDebug()