Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarView.java106 Rect notificationButtonLocation = new Rect(); in shouldConsumeNotificationButtonEvent() local
107 mNotificationsButton.getHitRect(notificationButtonLocation); in shouldConsumeNotificationButtonEvent()
108 return notificationButtonLocation.contains((int) ev.getX(), (int) ev.getY()); in shouldConsumeNotificationButtonEvent()