Searched refs:mLastMotionY (Results 1 – 1 of 1) sorted by relevance
123 private float mLastMotionY; field in ConversationContainer397 mLastMotionY = ev.getY(); in onInterceptTouchEvent()404 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent()406 mLastMotionY = y; in onInterceptTouchEvent()