Searched refs:shouldConsumeEvent (Results 1 – 3 of 3) sorted by relevance
89 boolean shouldConsumeEvent = mNotificationsShadeController == null ? false in onInterceptTouchEvent()96 if (mConsumeTouchWhenPanelOpen && shouldConsumeEvent) { in onInterceptTouchEvent()
182 bool shouldConsumeEvent(const DisplayEventReceiver::Event& event,
383 if (event && shouldConsumeEvent(*event, connection)) { in threadMain()456 bool EventThread::shouldConsumeEvent(const DisplayEventReceiver::Event& event, in shouldConsumeEvent() function in android::impl::EventThread