Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 28) 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/frameworks/core/components/flex/
Dflex_component.h144 void SetOverflow(Overflow overflow) in SetOverflow()
/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/frameworks/core/components/box/
Dbox_base_component.h250 void SetOverflow(Overflow overflow) in SetOverflow()
/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
Djs_text.cpp240 auto overflow = overflowValue->ToNumber<int32_t>(); in SetTextOverflow() local
/foundation/arkui/advanced_ui_component/interface/editabletitlebar/
Deditabletitlebar.js168 overflow: TextOverflow.Ellipsis property
/foundation/arkui/advanced_ui_component/interface/arkdialog/
Darkdialog.js533 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
579 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
969 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
1016 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register.cpp1181 JSObjectTemplate overflow; in JsRegisterFormViews() local
1363 JSObjectTemplate overflow; in JsRegisterViews() local
/foundation/arkui/advanced_ui_component/interface/toolbar/
Dtoolbar.js324 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Dstyle.h145 Overflow overflow = Overflow::OBSERVABLE; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp_tool.c199 uint8_t overflow = 0x00; in SMP_CryptographicLeftShiftOneBit() local

12