Home
last modified time | relevance | path

Searched refs:curShowFrame (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h633 void FlushFocus(const RefPtr<FrameNode>& curShowFrame);
H A Dswiper_pattern.cpp712 void SwiperPattern::FlushFocus(const RefPtr<FrameNode>& curShowFrame) in FlushFocus() argument
714 CHECK_NULL_VOID(curShowFrame); in FlushFocus()
719 auto showChildFocusHub = curShowFrame->GetFirstFocusHubChild(); in FlushFocus()
751 lastWeakShowNode_ = AceType::WeakClaim(AceType::RawPtr(curShowFrame)); in FlushFocus()