Home
last modified time | relevance | path

Searched full:foo* (Results 1376 - 1400 of 30267) sorted by relevance

1...<<51525354555657585960>>...1211

/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.cpp133 footerComponent_ = std::move(component); in SetFooterComponent()
H A Dwater_flow_element.cpp69 footerElement_ = UpdateChild(footerElement_, component->GetFooterComponent()); in PerformBuild()
74 return footerElement_ ? AceType::DynamicCast<RenderNode>(footerElement_->GetRenderNode()) : nullptr; in RequestWaterFlowFooter()
H A Dwater_flow_element.h49 RefPtr<Element> footerElement_; member in OHOS::Ace::V2::WaterFlowElement
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp95 footer_ = generator ? generator->RequestListItemFooter() : RefPtr<RenderNode>(); in RequestListItemFooter()
96 if (footer_) { in RequestListItemFooter()
97 AddChild(footer_); in RequestListItemFooter()
99 return footer_; in RequestListItemFooter()
284 if ((stickyFooter_ || reachEnd) && !footer_) { in LayoutHeaderFooter()
286 } else if (!stickyFooter_ && !reachEnd && footer_) { in LayoutHeaderFooter()
287 RemoveChild(footer_); in LayoutHeaderFooter()
288 footer_ = nullptr; in LayoutHeaderFooter()
295 if (footer_) { in LayoutHeaderFooter()
296 footer_ in LayoutHeaderFooter()
355 double footerSize = GetMainSize(footer_->GetLayoutSize()); SetItemsPostion() local
356 double footerPos = forwardReferencePos_; SetItemsPostion() local
379 double footerSize = footer_ && reachEnd ? GetMainSize(footer_->GetLayoutSize()) : 0.0; PerformLayout() local
487 double footerSize = GetMainSize(footer_->GetLayoutSize()); SetChainOffset() local
488 double footerPos = forwardReferencePos_ + offset; SetChainOffset() local
[all...]
H A Drender_list_item_group.h175 RefPtr<RenderNode> footer_; member in OHOS::Ace::V2::RenderListItemGroup
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp7545 auto footerNodeHandle = reinterpret_cast<ArkUI_NodeHandle>(item->object); in SetListItemGroupFooter() local
7547 node->uiNodeHandle, footerNodeHandle->uiNodeHandle); in SetListItemGroupFooter()
11976 auto footerNodeHandle = reinterpret_cast<ArkUI_NodeHandle>(item->object); in SetWaterFlowFooter() local
11978 node->uiNodeHandle, footerNodeHandle->uiNodeHandle); in SetWaterFlowFooter()
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/
H A Daccessibleabilitymanagerservicestub_fuzzer_back.cpp34 constexpr size_t FOO_MAX_LEN = 1024; member
H A Daccessibleabilitymanagerservicestub_fuzzer.cpp25 constexpr size_t FOO_MAX_LEN = 1024; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h70 // "foo/bar.txt", but if it's absolute, is_unsafe() returns true.
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_test_ng.cpp1641 * @tc.desc: Test Footer func
1648 auto footer = GetDefaultHeaderBuilder(); in HWTEST_F() local
1649 model.SetFooter(std::move(footer)); in HWTEST_F()
1654 * @tc.steps: step1. Run footer func. in HWTEST_F()
1657 auto footerRect = GetChildRect(frameNode_, pattern_->layoutInfo_->footerIndex_); in HWTEST_F() local
1658 EXPECT_FLOAT_EQ(footerRect.GetY(), 200.f); in HWTEST_F()
1663 * @tc.desc: Test Footer func
1670 auto footer = nullptr; in HWTEST_F() local
1671 model.SetFooter(std::move(footer)); in HWTEST_F()
[all...]
H A Dwater_flow_sw_layout_test.cpp64 * @tc.desc: Test ScrollToEdge func and layout footer
80 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F()
104 frameNode_->ChildrenUpdatedFrom(5); // footer not included in LazyForEach / ForEach in HWTEST_F()
135 frameNode_->ChildrenUpdatedFrom(5); // footer not included in LazyForEach / ForEach in HWTEST_F()
150 frameNode_->ChildrenUpdatedFrom(95); // footer not included in LazyForEach / ForEach in HWTEST_F()
266 // update footer in HWTEST_F()
682 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F()
729 EXPECT_FALSE(GetChildFrameNode(frameNode_, endItems[i] + 1)->IsActive()); // + 1 to skip footer node in HWTEST_F()
H A Dwater_flow_segment_layout_test.cpp53 auto footer = GetDefaultHeaderBuilder(); in SetUpConfig1() local
54 model.SetFooter(std::move(footer)); in SetUpConfig1()
70 auto footer = GetDefaultHeaderBuilder(); in SetUpConfig2() local
71 model.SetFooter(std::move(footer)); in SetUpConfig2()
152 auto footer = GetDefaultHeaderBuilder(); in HWTEST_F() local
153 model.SetFooter(std::move(footer)); in HWTEST_F()
165 info->footerIndex_ = 0; in HWTEST_F()
200 * @tc.desc: Test SegmentedLayout with changing footer
215 EXPECT_EQ(info->footerIndex_, 10); in HWTEST_F()
216 auto footer in HWTEST_F() local
228 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local
261 auto footer = WaterFlowItemNode::GetOrCreateFlowItem( HWTEST_F() local
274 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local
755 auto footer = WaterFlowItemNode::GetOrCreateFlowItem( HWTEST_F() local
767 EXPECT_EQ(GetChildFrameNode(frameNode_, info->footerIndex_), footer); HWTEST_F() local
[all...]
H A Dwater_flow_top_down_test.cpp382 EXPECT_EQ(info->endIndex_, std::max(49, info->footerIndex_)); in HWTEST_F()
H A Dwater_flow_regular_test.cpp33 * @tc.desc: Check OffsetEnd value with footer
86 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F()
87 // scrolled to footer in HWTEST_F()
92 * @tc.desc: Test ScrollToEdge with footer and OffsetEnd
111 EXPECT_EQ(GetChildOffset(frameNode_, info->footerIndex_), OffsetF(0.0f, 750.0f)); in HWTEST_F()
118 * @tc.desc: Test ScrollToEdge with footer and OffsetEnd
182 * @tc.desc: Test changing the footer of the WaterFlow layout.
199 EXPECT_EQ(info->footerIndex_, 0); in HWTEST_F()
213 EXPECT_EQ(info->footerIndex_, -1); in HWTEST_F()
384 * @tc.desc: Test cache item with footer
[all...]
H A Dwater_flow_item_maps.h72 { { 0, { { 10, { 502, 50 } } } } } // footer
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp950 " _c('text', { attrs: { value: 'Footer' } }),\n"
/foundation/arkui/napi/sample/native_module_demo/
H A Dnative_module_demo.cpp115 napi_throw_error(env, "error", "foo"); in NapiCreateAsyncWork()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappjumpcontrolrule_fuzzer/
H A Daddappjumpcontrolrule_fuzzer.cpp26 constexpr size_t FOO_MAX_LEN = 1024; member
52 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleresourcehost_fuzzer/
H A Dbundleresourcehost_fuzzer.cpp26 constexpr size_t FOO_MAX_LEN = 1024; member
67 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/defaultapphost_fuzzer/
H A Ddefaultapphost_fuzzer.cpp26 constexpr size_t FOO_MAX_LEN = 1024; member
60 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer/
H A Dappservicefwkinstalleraddappprovisioninfo_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
57 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer/
H A Dappservicefwkinstallerbeforeinstall_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
55 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerinstall_fuzzer/
H A Dappservicefwkinstallerinstall_fuzzer.cpp26 constexpr size_t FOO_MAX_LEN = 1024; member
54 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallermergebundleinfos_fuzzer/
H A Dappservicefwkinstallermergebundleinfos_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
54 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallermkdirifnotexist_fuzzer/
H A Dappservicefwkinstallermkdirifnotexist_fuzzer.cpp27 constexpr size_t FOO_MAX_LEN = 1024; member
53 if (size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()

Completed in 49 milliseconds

1...<<51525354555657585960>>...1211