Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.h53 int32_t ConvertToCTouchActionType(int32_t originActionType);
59 int32_t ConvertToCMouseActionType(int32_t originActionType);
H A Devent_converter.cpp649 int32_t ConvertToCTouchActionType(int32_t originActionType) in ConvertToCTouchActionType() argument
651 switch (originActionType) { in ConvertToCTouchActionType()
683 int32_t ConvertToCMouseActionType(int32_t originActionType) in ConvertToCMouseActionType() argument
685 switch (originActionType) { in ConvertToCMouseActionType()