Searched refs:notificationButtonLocation (Results 1 – 1 of 1) sorted by relevance
106 Rect notificationButtonLocation = new Rect(); in shouldConsumeNotificationButtonEvent() local107 mNotificationsButton.getHitRect(notificationButtonLocation); in shouldConsumeNotificationButtonEvent()108 return notificationButtonLocation.contains((int) ev.getX(), (int) ev.getY()); in shouldConsumeNotificationButtonEvent()