Searched refs:isInTouchRect (Results 1 – 4 of 4) sorted by relevance
308 return mTopLineView.isInTouchRect(topLineX, topLineY); in isInside()327 public boolean isInTouchRect(float x, float y) { in isInTouchRect() method in NotificationHeaderView
386 public boolean isInTouchRect(float x, float y) { in isInTouchRect() method in NotificationTopLineView
3446 if (header != null && header.isInTouchRect(x - translation, y)) {
60873 Landroid/view/NotificationHeaderView;->isInTouchRect(FF)Z