/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.h | 59 void PrepareTitleSizeTranslate(double expand, double collapse); 60 void PrepareSubtitleSizeTranslate(double expand, double collapse); 61 void PreparePositionTranslate(double expand, double collapse); 71 bool needRestore = LessNotEqual(dy, 0.0) && GreatNotEqual(positionY_.value, positionY_.expand); in NeedShow() 86 ChangedKeyframe(double collapse, double expand, double bigger) in ChangedKeyframe() 87 : collapse(collapse), expand(expand), bigger(bigger), value(expand), expandDis(expand - collapse), in ChangedKeyframe() 88 biggerDis(bigger - expand) in ChangedKeyframe() 92 double expand = 0.0; global() member [all...] |
H A D | render_collapsing_navigation_bar.cpp | 119 if (GreatNotEqual(positionY_.value, positionY_.expand)) { in PerformLayout() 120 titlePositionY = titlePositionY_.expand + positionY_.value; in PerformLayout() 123 titlePositionY = titlePositionY_.expand - positionY_.value * titlePositionY_.expandDis / positionY_.collapse; in PerformLayout() 168 if (!relateEvent_ && LessNotEqual(positionY_.value, positionY_.expand)) { in OnRelatedScroll() 169 PrepareTitleSizeTranslate(titleSize_.value, titleSize_.expand); in OnRelatedScroll() 170 PrepareSubtitleSizeTranslate(subtitleOpacity_.value, subtitleOpacity_.expand); in OnRelatedScroll() 171 PreparePositionTranslate(positionY_.value, positionY_.expand); in OnRelatedScroll() 185 } else if (GreatOrEqual(positionY_.value, positionY_.expand)) { in OnRelatedScroll() 189 if (LessOrEqual(positionY_.value, positionY_.expand) && relateEvent_) { in OnRelatedScroll() 250 if (GreatNotEqual(positionY_.value, positionY_.expand)) { in ScrollBy() 299 PrepareTitleSizeTranslate(double expand, double collapse) PrepareTitleSizeTranslate() argument 315 PrepareSubtitleSizeTranslate(double expand, double collapse) PrepareSubtitleSizeTranslate() argument 331 PreparePositionTranslate(double expand, double collapse) PreparePositionTranslate() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.h | 57 void SetExpand(bool expand) in SetExpand() argument 59 if (expand_ != expand) { in SetExpand() 60 expand_ = expand; in SetExpand() 62 UpdateGroupComponentStatus(expand); in SetExpand() 125 void UpdateGroupComponentStatus(bool expand); 127 double GetRotateAngle(bool expand);
|
H A D | list_item_group_component.h | 102 void SetExpand(bool expand) in SetExpand() argument 104 expand_ = expand; in SetExpand()
|
H A D | list_component.cpp | 201 void ListComponent::SetGroupState(int32_t expandIndex, bool expand) in SetGroupState() argument 208 listElement->SetGroupState(expandIndex, expand); in SetGroupState()
|
H A D | layout_manager.h | 255 void AddItemGroupExpand(int32_t index, bool expand) in AddItemGroupExpand() argument 257 itemGroupsExpand_[index] = expand; in AddItemGroupExpand()
|
H A D | list_element.h | 39 void SetGroupState(int32_t expandIndex, bool expand);
|
H A D | list_layout_manager.cpp | 695 bool expand = GetExpandStatus(groupIndex); in UpdateItemGroupAttr() local 696 renderListItemGroup->SetExpand(expand); in UpdateItemGroupAttr() 697 AddItemGroupExpand(groupIndex, expand); in UpdateItemGroupAttr() 698 if (expand) { in UpdateItemGroupAttr()
|
H A D | render_list_item_group.cpp | 73 double RenderListItemGroup::GetRotateAngle(bool expand) in GetRotateAngle() argument 618 void RenderListItemGroup::UpdateGroupComponentStatus(bool expand) in UpdateGroupComponentStatus() argument 623 itemGroup->SetExpand(expand); in UpdateGroupComponentStatus()
|
H A D | render_list.cpp | 706 void RenderList::SetGroupState(int32_t index, bool expand) in SetGroupState() argument 709 layoutManager_->AddItemGroupExpand(index, expand); in SetGroupState() 712 layoutManager_->SetExpandAll(expand); in SetGroupState()
|
H A D | list_component.h | 47 void SetGroupState(int32_t expandIndex, bool expand);
|
H A D | list_element.cpp | 949 void ListElement::SetGroupState(int32_t expandIndex, bool expand) in SetGroupState() argument 951 renderList_->SetGroupState(expandIndex, expand); in SetGroupState()
|
H A D | render_list.h | 300 void SetGroupState(int32_t index, bool expand);
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | init_utils.c | 112 LOGI("Too many items,expand size");
in SplitStringExt() 114 char **expand = (char **)malloc(sizeof(char*) * itemCounts);
in SplitStringExt() local 115 FSCRYPT_ERROR_CHECK(expand != NULL, FreeStringVector(items, count);
in SplitStringExt() 116 return NULL, "Failed to expand memory");
in SplitStringExt() 117 int ret = memcpy_s(expand, sizeof(char *) * itemCounts, items, sizeof(char *) * count);
in SplitStringExt() 120 FreeStringVector(expand, itemCounts);
in SplitStringExt() 121 LOGI("Too many items,expand size");
in SplitStringExt() 124 items = expand;
in SplitStringExt()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_pool.cpp | 71 bool StringPool::Grow(size_t expand) in Grow() argument 73 size_t newSize = dataOffset_ + expand; in Grow()
|
H A D | string_pool.h | 49 bool Grow(size_t expand);
|
/foundation/ability/idl_tool/util/ |
H A D | string_pool.cpp | 71 bool StringPool::Grow(size_t expand) in Grow() argument 73 size_t newSize = static_cast<size_t>(dataOffset_) + expand; in Grow()
|
H A D | string_pool.h | 47 bool Grow(size_t expand);
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 385 * @param expand Specifies whether to adapt the component width to this text. The value <b>true</b> indicates 390 void SetExpandWidth(bool expand) in SetExpandWidth() argument 392 expandWidth_ = expand; in SetExpandWidth() 410 * @param expand Specifies whether to adapt the component height to this text. The value <b>true</b> indicates 415 void SetExpandHeight(bool expand) in SetExpandHeight() argument 417 expandHeight_ = expand; in SetExpandHeight()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | slab.h | 219 bool expand() in expand() function in ffrt::QSimpleAllocator 244 if (!expand()) { in Alloc()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.h | 141 void ExpandGroup(const std::string& groupId, bool expand = true);
|
H A D | dom_list.cpp | 690 void DOMList::ExpandGroup(const std::string& groupId, bool expand) in ExpandGroup() argument 697 listComponent_->SetGroupState(INDEX_EXPAND_ALL, expand); in ExpandGroup() 707 listComponent_->SetGroupState(itemGroup->GetItemIndex(), expand); in ExpandGroup()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 897 bool expand = false; in CopyWaitEventFdsUnsafe() local 903 CONN_LOGE(CONN_COMMON, "expand calloc fd node array object failed, module=%{public}d, " in CopyWaitEventFdsUnsafe() 915 expand = true; in CopyWaitEventFdsUnsafe() 923 if (expand) { in CopyWaitEventFdsUnsafe()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_web_test_ng.cpp | 1101 auto expand = std::make_unique<SafeAreaExpandOpts>();
in HWTEST_F() local 1102 expand->type = SAFE_AREA_TYPE_SYSTEM;
in HWTEST_F() 1103 expand->edges = SAFE_AREA_EDGE_BOTTOM;
in HWTEST_F() 1104 layoutProperty->safeAreaExpandOpts_ = std::move(expand);
in HWTEST_F()
|
H A D | web_pattern_test_handle_ng.cpp | 1482 auto expand = std::make_unique<SafeAreaExpandOpts>(); in HWTEST_F() local 1483 expand->type = SAFE_AREA_TYPE_SYSTEM; in HWTEST_F() 1484 expand->edges = SAFE_AREA_EDGE_BOTTOM; in HWTEST_F() 1485 layoutProperty->safeAreaExpandOpts_ = std::move(expand); in HWTEST_F()
|