Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 76) sorted by relevance

1234

/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() argument
36 : ComponentGroup(children), align_(align), fit_(fit), overflow_(overflow) in StackComponent()
75 void SetOverflow(Overflow overflow) in SetOverflow() argument
77 overflow_ = overflow; in SetOverflow()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/stack/
Dstack_creator_test.cpp176 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
179 EXPECT_TRUE(overflow == 1);
216 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
220 EXPECT_TRUE(overflow == 0);
270 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
274 EXPECT_TRUE(overflow == 1);
311 int32_t overflow = static_cast<int32_t>(stack->GetOverflow()); variable
314 EXPECT_TRUE(overflow == 1);
Dstack_test_utils.cpp24 RefPtr<RenderStack> StackTestUtils::CreateRenderStack(const Alignment& alignment, Overflow overflow, in CreateRenderStack() argument
30 AceType::MakeRefPtr<StackComponent>(alignment, stackFit, overflow, children); in CreateRenderStack()
Dstack_test_utils.h42 static RefPtr<RenderStack> CreateRenderStack(const Alignment& alignment, Overflow overflow,
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dstack_creator.cpp51 Overflow overflow = Overflow::CLIP; in CreateFromJson() local
53overflow = ConvertIntToEnum(componentJson.GetValue(STACK_OVERFLOW)->GetInt(), OVERFLOWS, Overflow:… in CreateFromJson()
60 auto stack = AceType::MakeRefPtr<StackComponent>(align, stackFit, overflow, children); in CreateFromJson()
/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
Dindex.css25 text-overflow: ellipsis;
33 text-overflow: ellipsis;
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/js/widget/pages/index/
Dindex.css25 text-overflow: ellipsis;
33 text-overflow: ellipsis;
/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
Dindex.css25 text-overflow: ellipsis;
33 text-overflow: ellipsis;
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dstack_composed_element.cpp66 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local
67 return ConvertOverflowToString(overflow); in GetOverflow()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dstack_model_impl.cpp53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow() argument
57 stack->SetOverflow(overflow); in SetOverflow()
Dstack_model_impl.h29 void SetOverflow(Overflow overflow) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
Dstack_model_ng.h28 void SetOverflow(Overflow overflow) override {} in SetOverflow() argument
Dstack_model.h40 virtual void SetOverflow(Overflow overflow) = 0;
/foundation/multimedia/player_framework/test/sample/AVPlayer/entry/src/main/ets/view/
DListItemComponent.ets42 overflow: TextOverflow.Ellipsis
49 overflow: TextOverflow.Ellipsis
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_component.h144 void SetOverflow(Overflow overflow) in SetOverflow() argument
146 overflow_ = overflow; in SetOverflow()
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
DentryComponent.ets53 .textOverflow( { overflow : TextOverflow.Ellipsis } )
60 .textOverflow( { overflow : TextOverflow.Ellipsis } )
69 .textOverflow( { overflow : TextOverflow.Ellipsis } )
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_stack.cpp128 if (overflowStyle.overflow == Overflow::SCROLL) { in PrepareSpecializedComponent()
147 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
Ddom_svg_g.cpp30 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
Ddom_svg.cpp30 overflowStyle.overflow = Overflow::CLIP; in DOMSvg()
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
DentryComponent.ets53 .textOverflow( { overflow : TextOverflow.Ellipsis } )
60 .textOverflow( { overflow : TextOverflow.Ellipsis } )
69 .textOverflow( { overflow : TextOverflow.Ellipsis } )
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item1/
Ditem1.css26 text-overflow: ellipsis;
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item11/
Ditem11.css23 text-overflow: ellipsis;
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item12/
Ditem12.css20 text-overflow: ellipsis;
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas9/
Dindex.css27 text-overflow: ellipsis;
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item5/
Ditem5.css21 text-overflow: ellipsis;

1234