Home
last modified time | relevance | path

Searched refs:CLIP (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_get_clip_result_v10.md21 | 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.md21 | 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 Dtab_bar_component.cpp104 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 Dtab_bar_size_animation.cpp98 textStyle.SetTextOverflow(TextOverflow::CLIP); in ChangeItemProp()
H A Dtab_bar_item_component.cpp47 textStyle.SetTextOverflow(TextOverflow::CLIP); in TabBarItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp78 …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 Drosen_render_stack.cpp30 if ((GetOverflowFlag() == Overflow::CLIP) && IsChildOverflow()) { in PerformLayout()
H A Dstack_component.h100 Overflow overflow_ { Overflow::CLIP };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h66 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 Dconstants.h171 CLIP, enumerator
260 CLIP, enumerator
277 { TextOverflow::CLIP, "CLIP" }, in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h42 TextOverflow textOverlayFlow = TextOverflow::CLIP;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_g.cpp28 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
H A Ddom_svg.cpp28 overflowStyle.overflow = Overflow::CLIP; in DOMSvg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_component.h36 …: 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 Dcj_stack_ffi.cpp36 Overflow::CLIP,
H A Dcj_text_ffi.cpp33 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 Dtext_field_algorithm_test.cpp59 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 Dflex_component.h197 Overflow overflow_ = Overflow::CLIP;
H A Drender_flex.h125 Overflow overflow_ = Overflow::CLIP;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.cpp41 TextOverflow::CLIP,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp735 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 Djs_stack.cpp74 …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 Dspan_model_adapter.cpp147 … .textOverflow = typoStyle->ellipsis == ELLIPSIS ? TextOverflow::ELLIPSIS : TextOverflow::CLIP }; in CreateParagraphStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp753 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 Dtext_style.h209 TextOverflow textOverflow = TextOverflow::CLIP;
789 TextOverflow textOverflow_ { TextOverflow::CLIP };

123