Searched refs:mCurScrollY (Results 1 – 2 of 2) sorted by relevance
286 int mCurScrollY; field in ViewRootImpl952 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()955 if (mCurScrollY != 0) { in invalidateChildInParent()956 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()1742 mScrollY = mCurScrollY = 0; in performTraversals()1744 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()2512 if (mCurScrollY != curScrollY) { in draw()2513 mCurScrollY = curScrollY; in draw()2516 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()4036 if (mCurScrollY != 0) { in processPointerEvent()[all …]
6137 position.offset(0, -viewRootImpl.mCurScrollY); in getBoundsOnScreen()18141 m.preTranslate(0, -vr.mCurScrollY);18167 m.postTranslate(0, vr.mCurScrollY);18255 position[1] -= vr.mCurScrollY;