Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h852 bool IsContentFocused();
H A Dswiper_pattern.cpp1017 if (curChild && IsContentFocused()) { in OnDirtyLayoutWrapperSwap()
2284 bool SwiperPattern::IsContentFocused() in IsContentFocused() function in OHOS::Ace::NG::SwiperPattern
2312 …auto onlyFlushFocus = IsContentFocused() && GetDisplayCount() > 1 && currentFocusIndex_ > currentI… in OnKeyEvent()
2328IsContentFocused() && GetDisplayCount() > 1 && currentFocusIndex_ < currentIndex_ + GetDisplayCoun… in OnKeyEvent()
4883 if (!curChildFrame || !IsContentFocused()) { in ResetAndUpdateIndexOnAnimationEnd()