Home
last modified time | relevance | path

Searched refs:startSelectionHandle_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp415 g_webPattern->startSelectionHandle_.reset();
423 g_webPattern->startSelectionHandle_ = std::make_shared<NWebTouchHandleStateMock>();
427 g_webPattern->startSelectionHandle_.reset();
H A Dweb_pattern_focus_test_ng.cpp1363 EXPECT_EQ(g_webPattern->startSelectionHandle_, nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h216 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle_ = nullptr; variable
H A Drender_web.cpp383 OnTouchSelectionChanged(insertHandle_, startSelectionHandle_, endSelectionHandle_); in OnGlobalPositionChanged()
693 startSelectionHandle_ = beginTouchHandle; in RunQuickMenu()
916 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3995 firstInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()
4004 firstInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()
4006 CheckHandles(firstInfo, startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()
4084 startSelectionHandle_ = beginTouchHandle; in RunQuickMenu()
4598 handleInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in UpdateSelectHandleInfo()
4599 CheckHandles(handleInfo, startSelectionHandle_); in UpdateSelectHandleInfo()
4613 CheckHandles(handleInfo, startSelectionHandle_); in UpdateSelectHandleInfo()
4621 if (startSelectionHandle_->GetTouchHandleType() == in IsSelectHandleReverse()
4626 } else if (startSelectionHandle_->GetTouchHandleType() == in IsSelectHandleReverse()
4647 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()
[all …]
H A Dweb_pattern.h1050 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle_ = nullptr; variable