Searched refs:IsAxisEvent (Results 1 – 1 of 1) sorted by relevance
814 static bool IsAxisEvent(int32_t action) in IsAxisEvent() function1226 …} else if (event->GetSourceType() == SOURCE_TYPE_MOUSE && !IsAxisEvent(event->GetPointerAction()))… in PointerEventMonitorCallback()1228 …} else if (IsAxisEvent(event->GetPointerAction()) && event->GetSourceType() != SOURCE_TYPE_TOUCHSC… in PointerEventMonitorCallback()1580 …} else if (event->GetSourceType() == SOURCE_TYPE_MOUSE && !IsAxisEvent(event->GetPointerAction()))… in PointerEventInterceptorCallback()1582 …} else if (IsAxisEvent(event->GetPointerAction()) && event->GetSourceType() != SOURCE_TYPE_TOUCHSC… in PointerEventInterceptorCallback()