Searched refs:mCurScrollY (Results 1 – 3 of 3) sorted by relevance
626 int mCurScrollY; field in ViewRootImpl1828 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()1831 if (mCurScrollY != 0) { in invalidateChildInParent()1832 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()2927 mScrollY = mCurScrollY = 0; in performTraversals()2929 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()3866 if (mCurScrollY != 0 && mHardwareYOffset != 0 && mAttachInfo.mThreadedRenderer.isOpaque()) { in onPreDraw()4315 if (mCurScrollY != curScrollY) { in draw()4316 mCurScrollY = curScrollY; in draw()4319 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()[all …]
8686 rect.offset(0, -viewRootImpl.mCurScrollY);25053 matrix.preTranslate(0, -vr.mCurScrollY); in transformMatrixToGlobal()25078 matrix.postTranslate(0, vr.mCurScrollY); in transformMatrixToLocal()25180 position[1] -= vr.mCurScrollY; in transformFromViewToWindowSpace()
68046 Landroid/view/ViewRootImpl;->mCurScrollY:I