Home
last modified time | relevance | path

Searched refs:topLineY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java280 float topLineY = mTopLineView.getY(); in onTouch() local
281 if (mTopLineView.onTouchUp(x - topLineX, y - topLineY, in onTouch()
282 mDownX - topLineX, mDownY - topLineY)) { in onTouch()
307 float topLineY = y - mTopLineView.getY(); in isInside() local
308 return mTopLineView.isInTouchRect(topLineX, topLineY); in isInside()