Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event_hub.cpp89 std::string InputEventHub::GetHoverEffectStr() const in GetHoverEffectStr() function in OHOS::Ace::NG::InputEventHub
H A Dinput_event_hub.h75 std::string GetHoverEffectStr() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dinput_event_hub_test_ng.cpp598 …EXPECT_EQ(inputEventHub->GetHoverEffectStr(), i==0&&j==0?"HoverEffect.Auto":(i==0&&j==1?"HoverEffe…
609 EXPECT_EQ(inputEventHub->GetHoverEffectStr(), "HoverEffect.Auto");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1109 hoverEffect = inputEventHub->GetHoverEffectStr(); in MouseToJsonValue()