Searched refs:currentY (Results 1 – 2 of 2) sorted by relevance
561 int currentY = gi.ptsLocation.y; in onGesture() local566 int deltaY = m_lastPanY - currentY; in onGesture()569 m_lastPanY = currentY; in onGesture()
1592 long currentY = gi.ptsLocation.y; in gesture() local1595 long deltaY = currentY - m_lastPanY; in gesture()1597 m_yOverpan -= m_lastPanY - currentY; in gesture()1601 m_lastPanY = currentY; in gesture()