Searched refs:mCurScrollY (Results 1 – 2 of 2) sorted by relevance
589 int mCurScrollY; field in ViewRootImpl1662 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()1665 if (mCurScrollY != 0) { in invalidateChildInParent()1666 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()2723 mScrollY = mCurScrollY = 0; in performTraversals()2725 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()3655 if (mCurScrollY != 0 && mHardwareYOffset != 0 && mAttachInfo.mThreadedRenderer.isOpaque()) { in onPreDraw()3998 if (mCurScrollY != curScrollY) { in draw()3999 mCurScrollY = curScrollY; in draw()4002 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()[all …]
8684 rect.offset(0, -viewRootImpl.mCurScrollY);24746 matrix.preTranslate(0, -vr.mCurScrollY); in transformMatrixToGlobal()24771 matrix.postTranslate(0, vr.mCurScrollY); in transformMatrixToLocal()24873 position[1] -= vr.mCurScrollY; in transformFromViewToWindowSpace()