Searched refs:mCurScrollY (Results 1 – 3 of 3) sorted by relevance
533 int mCurScrollY; field in ViewRootImpl1500 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 …]
8468 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()
79152 Landroid/view/ViewRootImpl;->mCurScrollY:I