Searched refs:mCurScrollY (Results 1 – 3 of 3) sorted by relevance
903 int mCurScrollY; field in ViewRootImpl2530 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()2533 if (mCurScrollY != 0) { in invalidateChildInParent()2534 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()3804 mScrollY = mCurScrollY = 0; in performTraversals()3806 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()5081 if (mCurScrollY != 0 && mHardwareYOffset != 0 && mAttachInfo.mThreadedRenderer.isOpaque()) { in onPreDraw()5538 if (mCurScrollY != curScrollY) { in draw()5539 mCurScrollY = curScrollY; in draw()5542 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()[all …]
9477 rect.offset(0, -viewRootImpl.mCurScrollY);27314 matrix.preTranslate(0, -vr.mCurScrollY); in transformMatrixToGlobal()27339 matrix.postTranslate(0, vr.mCurScrollY); in transformMatrixToLocal()27478 position[1] -= vr.mCurScrollY; in transformFromViewToWindowSpace()
64080 Landroid/view/ViewRootImpl;->mCurScrollY:I