| /foundation/arkui/ace_engine/frameworks/core/components/stack/ |
| D | stack_component.h | 35 …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/ |
| D | stack_model_ng.h | 31 void SetOverflow(Overflow overflow) override {} in SetOverflow()
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| D | stack_composed_element.cpp | 63 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local
|
| D | utils.h | 62 inline std::string ConvertOverflowToString(Overflow overflow) in ConvertOverflowToString()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | stack_model_impl.cpp | 53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow()
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
| D | p2p_v1_fuzz_helper.h | 28 static int32_t FuzzCommonEnum(int32_t max, int32_t overflow) in FuzzCommonEnum()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
| D | cj_measure_ffi.h | 42 int32_t overflow; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_button_ffi.h | 35 int32_t overflow; member
|
| D | cj_text_ffi.cpp | 142 void FfiOHOSAceFrameworkTextSetTextOverflow(int32_t overflow) in FfiOHOSAceFrameworkTextSetTextOverflow() 151 void FfiOHOSAceFrameworkTextSetTextOverflowNew(int32_t overflow) in FfiOHOSAceFrameworkTextSetTextOverflowNew()
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| D | dump_log.h | 46 int_type overflow(int_type c) override in overflow() function
|
| /foundation/distributeddatamgr/udmf/interfaces/components/ |
| D | UdmfComponents.js | 504 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 524 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 567 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 594 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
| D | popup.js | 899 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1027 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1074 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1230 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1277 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/arkui/ace_engine/frameworks/core/components/flex/ |
| D | flex_component.h | 144 void SetOverflow(Overflow overflow) in SetOverflow()
|
| /foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/ |
| D | interstitialdialogaction.js | 189 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 200 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
| D | rs_memory_snapshot.cpp | 116 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit()
|
| /foundation/arkui/ace_engine/advanced_ui_component/progressbuttonv2/interfaces/ |
| D | progressbuttonv2.js | 177 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/arkui/advanced_ui_component/atomicservicetabs/interfaces/ |
| D | atomicservicetabs.js | 228 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/src/animation/ |
| D | animation_state.cpp | 162 const auto overflow = progress - BASE_NS::Math::floor(progress); in Move() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/ |
| D | exceptionprompt.js | 268 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 348 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
| D | dialog_v18.js | 637 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 703 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1129 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1799 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3172 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3213 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3434 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3452 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3469 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3486 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property [all …]
|
| D | dialog.js | 682 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 750 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1219 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1937 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3425 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3466 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 3717 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3735 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3752 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property 3769 … overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| D | box_base_component.h | 250 void SetOverflow(Overflow overflow) in SetOverflow()
|
| /foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/ |
| D | progressbutton.js | 345 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_canvas_drawing_render_node.cpp | 527 bool overflow = drawCmdLists_[type].size() > DRAWCMDLIST_COUNT_LIMIT; in CheckDrawCmdListSize() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/dialogv2/interfaces/ |
| D | dialogv2.js | 374 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 435 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 827 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 1309 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 2182 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 2218 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property 2821 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
|