Searched refs:mCurScrollY (Results 1 – 2 of 2) sorted by relevance
337 int mCurScrollY; field in ViewRootImpl1085 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()1088 if (mCurScrollY != 0) { in invalidateChildInParent()1089 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()1867 mScrollY = mCurScrollY = 0; in performTraversals()1869 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()2693 if (mCurScrollY != curScrollY) { in draw()2694 mCurScrollY = curScrollY; in draw()2697 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()4244 if (mCurScrollY != 0) { in processPointerEvent()[all …]
6599 position.offset(0, -viewRootImpl.mCurScrollY); in getBoundsOnScreen()19060 m.preTranslate(0, -vr.mCurScrollY); in transformMatrixToGlobal()19086 m.postTranslate(0, vr.mCurScrollY); in transformMatrixToLocal()19187 position[1] -= vr.mCurScrollY; in transformFromViewToWindowSpace()