Home
last modified time | relevance | path

Searched refs:SetHidden (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp311 newItem->SetHidden(false); in HandleStartListener()
338 childItem->SetHidden(index != currentIndex_); in SetHiddenChild()
418 childItem->SetHidden(index != currentIndex && index != newIndex); in UpdateChildPosition()
431 toItem->SetHidden(false); in UpdateChildPosition()
485 childItem->SetHidden(true); in PerformLayout()
488 childItem->SetHidden(false); in PerformLayout()
491 childItem->SetHidden(true); in PerformLayout()
H A Drender_tab_content.h96 iter->second->SetHidden(true); in RemoveChildContent()
111 item.second->SetHidden(true); in RemoveChildContentUpdateMap()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp78 void RenderTexture::SetHidden(bool hidden, bool inRecursion) in SetHidden() function in OHOS::Ace::RenderTexture
80 RenderNode::SetHidden(hidden, inRecursion); in SetHidden()
H A Drender_texture.h39 void SetHidden(bool hidden, bool inRecursion) override;
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp70 void PageElement::SetHidden(bool hidden) in SetHidden() function in OHOS::Ace::PageElement
78 render->SetHidden(hidden); in SetHidden()
H A Dpage_element.h64 void SetHidden(bool hidden);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h44 void SetHidden(bool hidden);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_info_box.cpp89 void HeifInfeBox::SetHidden(bool hidden) in SetHidden() function in OHOS::ImagePlugin::HeifInfeBox
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_file_asset_napi.h70 void SetHidden(bool isHidden);
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp44 page->SetHidden(hidden); in SetPageHidden()
H A Dstage_element.cpp765 pageOut->SetHidden(true); in PerformPushPageInStage()
774 pageOut->SetHidden(false); in PerformPopPageInStage()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp378 itemProxy->SetHidden(false); in BuildListComponent()
456 proxyNode->SetHidden(true); in ReleaseRecycledListItem()
766 itemProxy->SetHidden(false); in RebuildElements()
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_element.cpp211 passengerRender_->SetHidden(placeHolderHidden); in GetOffShuttle()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h166 EXPORT void SetHidden(bool isHidden);
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h490 virtual void SetHidden(bool hidden, bool inRecursion = false) in SetHidden() function in OHOS::Ace::RenderNode
506 child->SetHidden(hidden, true); in SetHidden()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp140 passengerRender->SetHidden(parentRender->GetHidden()); in TakeOffTween()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp465 void FileAsset::SetHidden(bool isHidden) in SetHidden() function in OHOS::Media::FileAsset
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_assets_change_request_napi.cpp209 fileAsset->SetHidden(isHidden); in JSSetHidden()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h74 void SetHidden(bool isHidden);
H A Dmedia_library_napi.h306 EXPORT static napi_value SetHidden(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp457 splitButton->SetHidden(windowMode_ == WindowMode::WINDOW_MODE_SPLIT_PRIMARY); in ChangeFloatingTitleIcon()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp622 loadingBox_->SetHidden(scrollableOffset_.GetY() < triggerLoadingDistance_); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1637 newItem->SetHidden(false); in RequestListItem()
2450 renderList->selectedDragItem_->SetHidden(true); in CreateDragDropRecognizer()
2567 renderList->selectedDragItem_->SetHidden(false); in CreateDragDropRecognizer()
2572 renderList->selectedDragItem_->SetHidden(false); in CreateDragDropRecognizer()
2617 renderList->selectedDragItem_->SetHidden(false); in CreateDragDropRecognizer()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3264 childItem->SetHidden(false); in ResetCachedChildren()
3307 childItem->SetHidden(item.first >= fromIndex && item.first <= toIndex); in SetSwiperHidden()
3316 childItem->SetHidden(item.first > toIndex && item.first < fromIndex + childrenSize); in SetSwiperHidden()
3323 childItem->SetHidden(item.first > toIndex - childrenSize && item.first < fromIndex); in SetSwiperHidden()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp711 newInfe->SetHidden(hidden); in AddItem()

Completed in 26 milliseconds

12