Home
last modified time | relevance | path

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

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