Home
last modified time | relevance | path

Searched refs:TEXT_NODE_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp35 constexpr float TEXT_NODE_HEIGHT = 100.f; variable
83 ViewAbstract::SetHeight(CalcLength(TEXT_NODE_HEIGHT)); in CreateTextWithDragNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp51 constexpr uint32_t TEXT_NODE_HEIGHT = 42; variable
249 auto textNodeHeight = CalcLength(Dimension(TEXT_NODE_HEIGHT, DimensionUnit::VP)); in BuildTextNode()