Searched refs:topLineY (Results 1 – 1 of 1) sorted by relevance
280 float topLineY = mTopLineView.getY(); in onTouch() local281 if (mTopLineView.onTouchUp(x - topLineX, y - topLineY, in onTouch()282 mDownX - topLineX, mDownY - topLineY)) { in onTouch()307 float topLineY = y - mTopLineView.getY(); in isInside() local308 return mTopLineView.isInTouchRect(topLineX, topLineY); in isInside()