Home
last modified time | relevance | path

Searched refs:PULL_DOWN (Results 1 - 19 of 19) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h32 PULL_DOWN = 4, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h104 PULL_DOWN, member in OHOS::Ace::OHOS::Ace::TouchType
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h45 PULL_DOWN = 12, member in OHOS::OHOS::Ace::KeyCode
H A Dmouse_event.cpp97 case TouchType::PULL_DOWN: in ConvertAccessibilityHoverAction()
H A Dmouse_event.h49 PULL_DOWN, member in OHOS::OHOS::Ace::MouseAction
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp113 case TouchType::PULL_DOWN: in CreateSceneTouchEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.h46 { TouchType::PULL_DOWN, MMI::PointerEvent::POINTER_ACTION_PULL_DOWN },
H A Dmmi_event_convertor.cpp212 { OHOS::MMI::PointerEvent::POINTER_ACTION_PULL_DOWN, TouchType::PULL_DOWN }, in SetTouchEventType()
230 if (typeIter->second == TouchType::PULL_DOWN || typeIter->second == TouchType::PULL_MOVE || in SetTouchEventType()
257 events.pullAction = MouseAction::PULL_DOWN; in GetMouseEventAction()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h37 PULL_DOWN, member in OHOS::MMI::TouchType
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp54 DECLARE_NAPI_STATIC_PROPERTY("PULL_DOWN", GetNapiInt32(env, static_cast<int32_t>(Action::PULL_DOWN))), in Export()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_refresh.cpp63 refreshType_ = RefreshType::PULL_DOWN; in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp38 { TouchType::PULL_DOWN, MMI::PointerEvent::POINTER_ACTION_PULL_DOWN },
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp175 case TouchType::PULL_DOWN: in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h586 PULL_DOWN, member in OHOS::Ace::RefreshType
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp672 item.SetTouchType(TouchType::PULL_DOWN); in HWTEST_F()
692 EXPECT_EQ(static_cast<int>(item.type), static_cast<int>(TouchType::PULL_DOWN)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp627 if (refreshType_ == RefreshType::PULL_DOWN && GreatNotEqual(scrollableOffset_.GetY(), 0.0)) { in PerformLayout()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp809 locationInfo2.SetTouchType(TouchType::PULL_DOWN); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp511 return static_cast<int32_t>(JsTouchEvent::Action::PULL_DOWN); in GetAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_method_test_ng.cpp1846 touchInfo->SetTouchType(TouchType::PULL_DOWN); in HWTEST_F()

Completed in 20 milliseconds