Searched refs:mCurScrollY (Results 1 – 1 of 1) sorted by relevance
510 int mCurScrollY; field in ViewRootImpl1476 if (mCurScrollY != 0 || mTranslator != null) { in invalidateChildInParent()1479 if (mCurScrollY != 0) { in invalidateChildInParent()1480 dirty.offset(0, -mCurScrollY); in invalidateChildInParent()2391 mScrollY = mCurScrollY = 0; in performTraversals()2393 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in performTraversals()3260 if (mCurScrollY != 0 && mHardwareYOffset != 0 && mAttachInfo.mThreadedRenderer.isOpaque()) { in onPreDraw()3507 if (mCurScrollY != curScrollY) { in draw()3508 mCurScrollY = curScrollY; in draw()3511 ((RootViewSurfaceTaker) mView).onRootViewScrollYChanged(mCurScrollY); in draw()[all …]