Home
last modified time | relevance | path

Searched refs:IsPreviewNeedScale (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp780 EXPECT_FALSE(FRAME_NODE->IsPreviewNeedScale());
787 EXPECT_TRUE(FRAME_NODE->IsPreviewNeedScale());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h707 bool IsPreviewNeedScale() const;
H A Dframe_node.cpp3913 bool FrameNode::IsPreviewNeedScale() const in IsPreviewNeedScale() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp863 EXPECT_EQ(imageNode->IsPreviewNeedScale(), false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp1136 if (imageNode->IsPreviewNeedScale()) { in SetPreviewDefaultAnimateProperty()