Searched refs:mCurScrollY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRoot.java204 int mCurScrollY; field in class:ViewRoot
644 if (mCurScrollY != 0 || mTranslator != null) {
647 if (mCurScrollY != 0) {
648 dirty.offset(0, -mCurScrollY);
1004 mScrollY = mCurScrollY = 0;
1371 if (mCurScrollY != yoff) {
1372 mCurScrollY = yoff;
2188 if (mCurScrollY != 0) {
2189 event.offsetLocation(0, mCurScrollY);
H A DView.java7865 location[1] -= vr.mCurScrollY;

Completed in 52 milliseconds