Home
last modified time | relevance | path

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

123

/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.h31 void SetOverflow(Overflow overflow) override {} in SetOverflow()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dstack_composed_element.cpp63 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local
Dutils.h62 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/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
Dp2p_v1_fuzz_helper.h28 static int32_t FuzzCommonEnum(int32_t max, int32_t overflow) in FuzzCommonEnum()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
Dcj_measure_ffi.h42 int32_t overflow; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_button_ffi.h35 int32_t overflow; member
Dcj_text_ffi.cpp142 void FfiOHOSAceFrameworkTextSetTextOverflow(int32_t overflow) in FfiOHOSAceFrameworkTextSetTextOverflow()
151 void FfiOHOSAceFrameworkTextSetTextOverflowNew(int32_t overflow) in FfiOHOSAceFrameworkTextSetTextOverflowNew()
/foundation/arkui/ace_engine/frameworks/base/log/
Ddump_log.h46 int_type overflow(int_type c) override in overflow() function
/foundation/distributeddatamgr/udmf/interfaces/components/
DUdmfComponents.js504 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/
Dpopup.js899 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/
Dflex_component.h144 void SetOverflow(Overflow overflow) in SetOverflow()
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/
Dinterstitialdialogaction.js189 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
200 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
Drs_memory_snapshot.cpp116 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit()
/foundation/arkui/ace_engine/advanced_ui_component/progressbuttonv2/interfaces/
Dprogressbuttonv2.js177 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/advanced_ui_component/atomicservicetabs/interfaces/
Datomicservicetabs.js228 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/graphic/graphic_3d/lume/LumeMeta/src/animation/
Danimation_state.cpp162 const auto overflow = progress - BASE_NS::Math::floor(progress); in Move() local
/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/
Dexceptionprompt.js268 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
348 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
Ddialog_v18.js637 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
3434overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3452overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3469overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3486overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
[all …]
Ddialog.js682 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
3717overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3735overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3752overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
3769overflow: IS_FADEOUT_ENABLE() ? TextOverflow.MARQUEE : TextOverflow.Ellipsis, property
[all …]
/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/progressbutton/interfaces/
Dprogressbutton.js345 Text.textOverflow({ overflow: TextOverflow.Ellipsis }); property
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_canvas_drawing_render_node.cpp527 bool overflow = drawCmdLists_[type].size() > DRAWCMDLIST_COUNT_LIMIT; in CheckDrawCmdListSize() local
/foundation/arkui/ace_engine/advanced_ui_component/dialogv2/interfaces/
Ddialogv2.js374 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

123