Searched refs:mLastParentY (Results 1 – 1 of 1) sorted by relevance
7755 private int mLastParentY; field in TextView.HandleView7910 if (coords[0] != mLastParentX || coords[1] != mLastParentY) { in moveTo()7912 mTouchToWindowOffsetY += coords[1] - mLastParentY; in moveTo()7914 mLastParentY = coords[1]; in moveTo()7946 mLastParentY = coords[1]; in onTouchEvent()