Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DCarNavigationBarView.java89 boolean shouldConsumeEvent = mNotificationsShadeController == null ? false in onInterceptTouchEvent()
96 if (mConsumeTouchWhenPanelOpen && shouldConsumeEvent) { in onInterceptTouchEvent()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h182 bool shouldConsumeEvent(const DisplayEventReceiver::Event& event,
DEventThread.cpp383 if (event && shouldConsumeEvent(*event, connection)) { in threadMain()
456 bool EventThread::shouldConsumeEvent(const DisplayEventReceiver::Event& event, in shouldConsumeEvent() function in android::impl::EventThread