Home
last modified time | relevance | path

Searched refs:expand (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.h59 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 Drender_collapsing_navigation_bar.cpp119 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 Drender_list_item_group.h57 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 Dlist_item_group_component.h102 void SetExpand(bool expand) in SetExpand() argument
104 expand_ = expand; in SetExpand()
H A Dlist_component.cpp201 void ListComponent::SetGroupState(int32_t expandIndex, bool expand) in SetGroupState() argument
208 listElement->SetGroupState(expandIndex, expand); in SetGroupState()
H A Dlayout_manager.h255 void AddItemGroupExpand(int32_t index, bool expand) in AddItemGroupExpand() argument
257 itemGroupsExpand_[index] = expand; in AddItemGroupExpand()
H A Dlist_element.h39 void SetGroupState(int32_t expandIndex, bool expand);
H A Dlist_layout_manager.cpp695 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 Drender_list_item_group.cpp73 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 Drender_list.cpp706 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 Dlist_component.h47 void SetGroupState(int32_t expandIndex, bool expand);
H A Dlist_element.cpp949 void ListElement::SetGroupState(int32_t expandIndex, bool expand) in SetGroupState() argument
951 renderList_->SetGroupState(expandIndex, expand); in SetGroupState()
H A Drender_list.h300 void SetGroupState(int32_t index, bool expand);
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c112 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 Dstring_pool.cpp71 bool StringPool::Grow(size_t expand) in Grow() argument
73 size_t newSize = dataOffset_ + expand; in Grow()
H A Dstring_pool.h49 bool Grow(size_t expand);
/foundation/ability/idl_tool/util/
H A Dstring_pool.cpp71 bool StringPool::Grow(size_t expand) in Grow() argument
73 size_t newSize = static_cast<size_t>(dataOffset_) + expand; in Grow()
H A Dstring_pool.h47 bool Grow(size_t expand);
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h385 * @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 Dslab.h219 bool expand() in expand() function in ffrt::QSimpleAllocator
244 if (!expand()) { in Alloc()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h141 void ExpandGroup(const std::string& groupId, bool expand = true);
H A Ddom_list.cpp690 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 Dsoftbus_base_listener.c897 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 Dweb_pattern_web_test_ng.cpp1101 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 Dweb_pattern_test_handle_ng.cpp1482 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()

Completed in 28 milliseconds

12