Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_function.cpp72 gestureInfoObj->SetProperty<float>("axisHorizontal", info.GetHorizontalAxis()); in CreateGestureEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h258 float GetHorizontalAxis() const in GetHorizontalAxis() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h238 float GetHorizontalAxis() const in GetHorizontalAxis() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6540 …StringRef::NewFromUtf8(vm, "axisHorizontal"), panda::NumberRef::New(vm, info.GetHorizontalAxis())); in CreateCommonGestureEventInfo()