Home
last modified time | relevance | path

Searched refs:DRAG (Results 1 - 25 of 62) sorted by relevance

123

/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp63 int32_t ret = tunnel.Start(Intention::DRAG, param, reply); in StartDrag()
76 int32_t ret = tunnel.Stop(Intention::DRAG, param, reply); in StopDrag()
96 int32_t ret = tunnel.AddWatch(Intention::DRAG, DragRequestID::ADD_DRAG_LISTENER, param, reply); in AddDraglistener()
122 int32_t ret = tunnel.RemoveWatch(Intention::DRAG, DragRequestID::REMOVE_DRAG_LISTENER, param, reply); in RemoveDraglistener()
143 int32_t ret = tunnel.AddWatch(Intention::DRAG, DragRequestID::ADD_SUBSCRIPT_LISTENER, param, reply); in AddSubscriptListener()
168 int32_t ret = tunnel.RemoveWatch(Intention::DRAG, DragRequestID::REMOVE_SUBSCRIPT_LISTENER, param, reply); in RemoveSubscriptListener()
182 int32_t ret = tunnel.SetParam(Intention::DRAG, DragRequestID::SET_DRAG_WINDOW_VISIBLE, param, reply); in SetDragWindowVisible()
198 int32_t ret = tunnel.SetParam(Intention::DRAG, DragRequestID::UPDATE_DRAG_STYLE, param, reply); in UpdateDragStyle()
219 int32_t ret = tunnel.SetParam(Intention::DRAG, DragRequestID::UPDATE_SHADOW_PIC, param, reply); in UpdateShadowPic()
232 int32_t ret = tunnel.GetParam(Intention::DRAG, DragRequestI in GetDragTargetPid()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp27 constexpr double DRAG = 0.995; member
69 time = std::log(time) / std::log(DRAG); in Play()
89 double distance = std::pow(DRAG, value); in Play()
90 distance = (distance - 1.0) * ref->speed_ / std::log(DRAG); in Play()
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_event_test_ng.cpp45 * @tc.expected: DRAG, scrollOffset_ is TRIGGER_LOADING_DISTANCE in HWTEST_F()
48 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
106 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG); in HWTEST_F()
150 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
178 * @tc.expected: DRAG, scrollOffset_ is TRIGGER_LOADING_DISTANCE in HWTEST_F()
181 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
241 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG); in HWTEST_F()
320 * @tc.expected: DRAG, scrollOffset_ is TRIGGER_LOADING_DISTANCE in HWTEST_F()
323 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
382 EXPECT_EQ(refreshStatus, RefreshStatus::DRAG); in HWTEST_F()
[all...]
H A Drefresh_nested_test_ng.cpp401 * @tc.expected: DRAG in HWTEST_F()
404 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
480 * @tc.expected: DRAG in HWTEST_F()
483 EXPECT_EQ(pattern_->refreshStatus_, RefreshStatus::DRAG); in HWTEST_F()
532 * @tc.expected: DRAG in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_recognizer_test_ng.cpp71 clickRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
75 longPressRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
78 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
81 pinchRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
84 rotationRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
87 swipeRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
234 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
260 * @tc.steps: case2: gestureInfo_ is not nullptr, gestureInfo_->type_ = DRAG in HWTEST_F()
266 panRecognizerPtr->gestureInfo_->type_ = GestureTypeName::DRAG; in HWTEST_F()
275 * @tc.steps: case3: gestureInfo_ is not nullptr, gestureInfo_->type_ = DRAG in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow_animation_config.h25 DRAG, member in OHOS::Ace::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_controller.h27 DRAG, member in OHOS::Ace::RefreshStatus
H A Drender_refresh.cpp253 if (refreshStatus_ == RefreshStatus::DRAG || refreshStatus_ == RefreshStatus::OVER_DRAG || in HandleDragUpdate()
271 if (refreshStatus_ == RefreshStatus::DRAG || refreshStatus_ == RefreshStatus::DONE) { in HandleDragEnd()
398 case RefreshStatus::DRAG: in GetNextStatus()
403 nextStatus = RefreshStatus::DRAG; in GetNextStatus()
/foundation/multimodalinput/input/intention/prototype/include/
H A Dintention_identity.h43 DRAG, member in OHOS::Msdp::DeviceStatus::Intention
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_property.h29 DRAG, member in OHOS::Ace::NG::RefreshStatus
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h248 DRAG, member in OHOS::Rosen::ApiWindowMode::RectChangeReason
258 { WindowSizeChangeReason::DRAG, RectChangeReason::DRAG }, member in OHOS::Rosen::ApiWindowMode::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp254 if (gestureInfo_ && gestureInfo_->GetType() == GestureTypeName::DRAG) { in HandleOverdueDeadline()
265 if (gestureInfo_ && gestureInfo_->GetType() == GestureTypeName::DRAG) { in HandleOverdueDeadline()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp82 if (session->reason_ != SizeChangeReason::DRAG) { in NotifyClientToUpdateRect()
/foundation/window/window_manager/wm/include/
H A Dressched_report.h101 case WindowSizeChangeReason::DRAG: { in RequestPerfIfNeed()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp90 panRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
92 longPressRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
96 MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in DragEventActuator()
1819 panRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, true)); in CopyDragEvent()
1821 longPressRecognizer_->SetGestureInfo(MakeRefPtr<GestureInfo>(GestureTypeName::DRAG, GestureTypeName::DRAG, tru in CopyDragEvent()
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp186 MoveAction moveAction(startPonit, endPonit, TouchType::DRAG); in DragImpl()
H A Daction.h49 enum TouchType : uint8_t { TAP, DOUBLE_TAP, PRESS, DRAG, FLING };
/foundation/multimodalinput/input/intention/services/intention_service/src/
H A Dintention_service.cpp236 case Intention::DRAG: { in LoadPlugin()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp329 scbSystemSession_->reason_ = SizeChangeReason::DRAG; in HWTEST_F()
H A Dsystem_session_test.cpp696 sysSession->reason_ = SizeChangeReason::DRAG; in HWTEST_F()
699 ASSERT_EQ(sysSession->reason_, SizeChangeReason::DRAG); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp129 childNode->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG); in LayoutSplitNodes()
362 node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in ComputeRectByAspectRatio()
720 if (reason == WindowSizeChangeReason::DRAG) { in LimitMainFloatingWindowPosition()
735 if (node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in UpdateFloatingWindowSizeForStretchableWindow()
892 if (node->GetWindowSizeChangeReason() == WindowSizeChangeReason::DRAG) { in FixWindowRectWhenDrag()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp201 windowInfo_.reason_ = WindowSizeChangeReason::DRAG; in HWTEST_F()
218 windowInfo_.reason_ = WindowSizeChangeReason::DRAG; in HWTEST_F()
235 windowInfo_.reason_ = WindowSizeChangeReason::DRAG; in HWTEST_F()
1341 property->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG); in HWTEST_F()
1475 WindowSizeChangeReason reason = WindowSizeChangeReason::DRAG; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h788 DRAG = 6, member in OHOS::Ace::GestureTypeName
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h433 DRAG = 0, // constexpr int32_t SCROLL_FROM_UPDATE = 1; member in OHOS::Ace::ScrollSource
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h108 KEYWORD(DRAG, drag) // drag event listener

Completed in 25 milliseconds

123