/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() 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/ |
D | stack_creator_test.cpp | 176 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);
|
D | stack_test_utils.cpp | 24 RefPtr<RenderStack> StackTestUtils::CreateRenderStack(const Alignment& alignment, Overflow overflow, in CreateRenderStack() argument 30 AceType::MakeRefPtr<StackComponent>(alignment, stackFit, overflow, children); in CreateRenderStack()
|
D | stack_test_utils.h | 42 static RefPtr<RenderStack> CreateRenderStack(const Alignment& alignment, Overflow overflow,
|
/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | stack_creator.cpp | 51 Overflow overflow = Overflow::CLIP; in CreateFromJson() local 53 …overflow = 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/ |
D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/js/widget/pages/index/ |
D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/ |
D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
D | stack_composed_element.cpp | 66 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/ |
D | stack_model_impl.cpp | 53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow() argument 57 stack->SetOverflow(overflow); in SetOverflow()
|
D | stack_model_impl.h | 29 void SetOverflow(Overflow overflow) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
D | stack_model_ng.h | 28 void SetOverflow(Overflow overflow) override {} in SetOverflow() argument
|
D | stack_model.h | 40 virtual void SetOverflow(Overflow overflow) = 0;
|
/foundation/multimedia/player_framework/test/sample/AVPlayer/entry/src/main/ets/view/ |
D | ListItemComponent.ets | 42 overflow: TextOverflow.Ellipsis 49 overflow: TextOverflow.Ellipsis
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
D | flex_component.h | 144 void SetOverflow(Overflow overflow) in SetOverflow() argument 146 overflow_ = overflow; in SetOverflow()
|
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/ |
D | entryComponent.ets | 53 .textOverflow( { overflow : TextOverflow.Ellipsis } ) 60 .textOverflow( { overflow : TextOverflow.Ellipsis } ) 69 .textOverflow( { overflow : TextOverflow.Ellipsis } )
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_stack.cpp | 128 if (overflowStyle.overflow == Overflow::SCROLL) { in PrepareSpecializedComponent() 147 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
|
D | dom_svg_g.cpp | 30 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
|
D | dom_svg.cpp | 30 overflowStyle.overflow = Overflow::CLIP; in DOMSvg()
|
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
D | entryComponent.ets | 53 .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/ |
D | item1.css | 26 text-overflow: ellipsis;
|
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item11/ |
D | item11.css | 23 text-overflow: ellipsis;
|
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item12/ |
D | item12.css | 20 text-overflow: ellipsis;
|
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/canvas/canvas9/ |
D | index.css | 27 text-overflow: ellipsis;
|
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list-item/item5/ |
D | item5.css | 21 text-overflow: ellipsis;
|