/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _get_clip_result_v10.md | 21 | int [action](#action) | 禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)… 22 | int [clipStat](#clipstat) | CLIP业务在网络的签约状态 | 35 禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)功能 45 CLIP业务在网络的签约状态 47 - 0:CLIP业务未提供 49 - 1:CLIP业务已提供
|
H A D | _get_clip_result_v11.md | 21 | int [action](#action) | 禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)… 22 | int [clipStat](#clipstat) | CLIP业务在网络的签约状态 | 35 禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)功能 45 CLIP业务在网络的签约状态 47 - 0:CLIP业务未提供 49 - 1:CLIP业务已提供
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_component.cpp | 104 activeTextStyle_.SetTextOverflow(TextOverflow::CLIP); in InitNavigationBarStyle() 109 inactiveTextStyle_.SetTextOverflow(TextOverflow::CLIP); in InitNavigationBarStyle() 123 activeTextStyle_.SetTextOverflow(TextOverflow::CLIP); in InitBottomTabStyle() 129 inactiveTextStyle_.SetTextOverflow(TextOverflow::CLIP); in InitBottomTabStyle()
|
H A D | tab_bar_size_animation.cpp | 98 textStyle.SetTextOverflow(TextOverflow::CLIP); in ChangeItemProp()
|
H A D | tab_bar_item_component.cpp | 47 textStyle.SetTextOverflow(TextOverflow::CLIP); in TabBarItemComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_list_component.cpp | 78 …Type::MakeRefPtr<StackComponent>(Alignment::CENTER_LEFT, StackFit::KEEP, Overflow::CLIP, children); in BuildChildren() 80 …ype::MakeRefPtr<StackComponent>(Alignment::CENTER_RIGHT, StackFit::KEEP, Overflow::CLIP, children); in BuildChildren()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | rosen_render_stack.cpp | 30 if ((GetOverflowFlag() == Overflow::CLIP) && IsChildOverflow()) { in PerformLayout()
|
H A D | stack_component.h | 100 Overflow overflow_ { Overflow::CLIP };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | utils.h | 66 case Overflow::CLIP: in ConvertOverflowToString() 406 { TextOverflow::CLIP, "TextOverflow.Clip" }, in ConvertWrapTextOverflowToString() 418 { "TextOverflow.Clip", TextOverflow::CLIP }, in ConvertWrapStringToTextOverflow() 427 return TextOverflow::CLIP; in ConvertWrapStringToTextOverflow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 171 CLIP, enumerator 260 CLIP, enumerator 277 { TextOverflow::CLIP, "CLIP" }, in ToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 42 TextOverflow textOverlayFlow = TextOverflow::CLIP;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_g.cpp | 28 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
|
H A D | dom_svg.cpp | 28 overflowStyle.overflow = Overflow::CLIP; in DOMSvg()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_component.h | 36 …: StackComponent(Alignment::TOP_LEFT, StackFit::INHERIT, Overflow::CLIP, std::list<RefPtr<Componen… in PageTransitionComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_stack_ffi.cpp | 36 Overflow::CLIP,
|
H A D | cj_text_ffi.cpp | 33 const std::vector<TextOverflow> TEXT_OVERFLOWS = { TextOverflow::CLIP, TextOverflow::ELLIPSIS, Text…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_algorithm_test.cpp | 59 EXPECT_EQ(textStyle.GetTextOverflow(), TextOverflow::CLIP); 82 EXPECT_EQ(textStyle.GetTextOverflow(), TextOverflow::CLIP); 161 EXPECT_EQ(textStyle.GetTextOverflow(), TextOverflow::CLIP);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 197 Overflow overflow_ = Overflow::CLIP;
|
H A D | render_flex.h | 125 Overflow overflow_ = Overflow::CLIP;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
H A D | cj_measure_ffi.cpp | 41 TextOverflow::CLIP,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_sub_tab_bar_style_test_ng.cpp | 735 labelStyle.textOverflow = TextOverflow::CLIP; 789 labelStyle.textOverflow = TextOverflow::CLIP; 999 labelStyle.textOverflow = TextOverflow::CLIP; 1054 labelStyle.textOverflow = TextOverflow::CLIP; 1205 labelStyle.textOverflow = TextOverflow::CLIP;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_stack.cpp | 74 …if (value >= static_cast<int>(Overflow::CLIP) && value <= static_cast<int>(Overflow::OBSERVABLE)) { in SetOverflow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | span_model_adapter.cpp | 147 … .textOverflow = typoStyle->ellipsis == ELLIPSIS ? TextOverflow::ELLIPSIS : TextOverflow::CLIP }; in CreateParagraphStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model_ng.cpp | 753 CHECK_NULL_RETURN(frameNode, TextOverflow::CLIP); in GetTextOverflow() 755 CHECK_NULL_RETURN(layoutProperty, TextOverflow::CLIP); in GetTextOverflow() 757 CHECK_NULL_RETURN(textLineStyle, TextOverflow::CLIP); in GetTextOverflow() 758 return textLineStyle->GetTextOverflow().value_or(TextOverflow::CLIP); in GetTextOverflow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 209 TextOverflow textOverflow = TextOverflow::CLIP; 789 TextOverflow textOverflow_ { TextOverflow::CLIP };
|