Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp444 bool GestureEventHub::IsPixelMapNeedScale() const in IsPixelMapNeedScale() function in OHOS::Ace::NG::GestureEventHub
1051 if (IsPixelMapNeedScale() && GetTextDraggable() && IsTextCategoryComponent(frameTag)) { in OnDragStart()
1061 if (IsPixelMapNeedScale() && frameTag == V2::WEB_ETS_TAG) { in OnDragStart()
1075 if (IsPixelMapNeedScale()) { in OnDragStart()
1083 if (!IsPixelMapNeedScale()) { in OnDragStart()
1917 if (IsPixelMapNeedScale()) { in IsNeedSwitchToSubWindow()
H A Dgesture_event_hub.h644 bool IsPixelMapNeedScale() const;
H A Ddrag_event.cpp1758 if (!gestureHub->IsPixelMapNeedScale()) { in HideTextAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp397 bool result = guestureEventHub->IsPixelMapNeedScale();
1134 EXPECT_FALSE(gestureEventHub->IsPixelMapNeedScale());