Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java506 public boolean isInTouchRect(float x, float y) { in isInTouchRect() method in NotificationHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2669 if (header != null && header.isInTouchRect(x - getTranslation(), y)) {