/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 32 PULL_DOWN = 4, member in OHOS::MMI::final::Action
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 104 PULL_DOWN, member in OHOS::Ace::OHOS::Ace::TouchType
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 45 PULL_DOWN = 12, member in OHOS::OHOS::Ace::KeyCode
|
H A D | mouse_event.cpp | 97 case TouchType::PULL_DOWN: in ConvertAccessibilityHoverAction()
|
H A D | mouse_event.h | 49 PULL_DOWN, member in OHOS::OHOS::Ace::MouseAction
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 113 case TouchType::PULL_DOWN: in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.h | 46 { TouchType::PULL_DOWN, MMI::PointerEvent::POINTER_ACTION_PULL_DOWN },
|
H A D | mmi_event_convertor.cpp | 212 { 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 D | pointer_event.h | 37 PULL_DOWN, member in OHOS::MMI::TouchType
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 54 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 D | dom_refresh.cpp | 63 refreshType_ = RefreshType::PULL_DOWN; in SetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_node.cpp | 38 { TouchType::PULL_DOWN, MMI::PointerEvent::POINTER_ACTION_PULL_DOWN },
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 175 case TouchType::PULL_DOWN: in OnTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 586 PULL_DOWN, member in OHOS::Ace::RefreshType
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 672 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 D | render_refresh.cpp | 627 if (refreshType_ == RefreshType::PULL_DOWN && GreatNotEqual(scrollableOffset_.GetY(), 0.0)) { in PerformLayout()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 809 locationInfo2.SetTouchType(TouchType::PULL_DOWN); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 511 return static_cast<int32_t>(JsTouchEvent::Action::PULL_DOWN); in GetAction()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_method_test_ng.cpp | 1846 touchInfo->SetTouchType(TouchType::PULL_DOWN); in HWTEST_F()
|