Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 38) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/stack/
Dstack_creator_test.cpp176 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
216 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
270 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
311 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
Dstack_test_utils.cpp24 RefPtr<RenderStack> StackTestUtils::CreateRenderStack(const Alignment& alignment, Overflow overflow, in CreateRenderStack()
Drender_stack_test.cpp91 Overflow overflow = Overflow::CLIP; variable
/foundation/arkui/ace_engine/frameworks/core/components/stack/
Dstack_component.h35 …const Alignment& align, StackFit fit, Overflow overflow, const std::list<RefPtr<Component>>& child… in StackComponent()
75 void SetOverflow(Overflow overflow) in SetOverflow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
Dstack_model_ng.h28 void SetOverflow(Overflow overflow) override {} in SetOverflow()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dstack_creator.cpp51 Overflow overflow = Overflow::CLIP; in CreateFromJson() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dstack_composed_element.cpp66 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local
Dutils.h61 inline std::string ConvertOverflowToString(Overflow overflow) in ConvertOverflowToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dstack_model_impl.cpp53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow()
/foundation/arkui/ace_engine/frameworks/base/log/
Ddump_log.h45 int_type overflow(int_type c) override in overflow() function
/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/
Dprogressbutton.js200 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_component.h144 void SetOverflow(Overflow overflow) in SetOverflow()
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
Dsubheader.js434 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
498 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
534 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
601 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
633 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
Ddialog.js177 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
230 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
283 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
540 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
586 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
964 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
1011 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/advanced_ui_component/interface/subheader/
Dsubheader.js595 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
658 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
693 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
759 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
790 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/advanced_ui_component/interface/composelistitem/
Dcomposelistitem.js192 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
220 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
253 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/advanced_ui_component/interface/progressbutton/
Dprogressbutton.js220 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/advanced_ui_component/interface/composetitlebar/
Dcomposetitlebar.js225 overflow: TextOverflow.Ellipsis property
270 overflow: TextOverflow.Ellipsis property
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
Dcomposetitlebar.js212 overflow: TextOverflow.Ellipsis property
257 overflow: TextOverflow.Ellipsis property
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_base_component.h250 void SetOverflow(Overflow overflow) in SetOverflow()
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
Dcomposelistitem.js189 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
219 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
253 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_tab_content.cpp272 auto overflow = overflowValue->ToNumber<int32_t>(); in SetLabelStyle() local
Djs_button.cpp257 auto overflow = overflowValue->ToNumber<int32_t>(); in SetLableStyle() local
/foundation/arkui/advanced_ui_component/interface/editabletitlebar/
Deditabletitlebar.js168 overflow: TextOverflow.Ellipsis property
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
Deditabletitlebar.js180 overflow: TextOverflow.Ellipsis property

12