Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java533 int mCurScrollY; field in ViewRootImpl
1500 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()
1503 if (mCurScrollY != 0) { in invalidateChildInParent()
1504 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()
2415 mScrollY = mCurScrollY = 0; in performTraversals()
2417 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()
3337 if (mCurScrollY != 0 && mHardwareYOffset != 0 && mAttachInfo.mThreadedRenderer.isOpaque()) { in onPreDraw()
3664 if (mCurScrollY != curScrollY) { in draw()
3665 mCurScrollY = curScrollY; in draw()
3668 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()
[all …]
DView.java8468 rect.offset(0, -viewRootImpl.mCurScrollY);
24371 matrix.preTranslate(0, -vr.mCurScrollY); in transformMatrixToGlobal()
24396 matrix.postTranslate(0, vr.mCurScrollY); in transformMatrixToLocal()
24498 position[1] -= vr.mCurScrollY; in transformFromViewToWindowSpace()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79152 Landroid/view/ViewRootImpl;->mCurScrollY:I