Home
last modified time | relevance | path

Searched refs:uiCastJumpIndex_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp274 swiper.uiCastJumpIndex_.has_value() in DumpInfoAddPositionDesc()
275 …umpLog::GetInstance().AddDesc("uiCastJumpIndex:" + std::to_string(swiper.uiCastJumpIndex_.value())) in DumpInfoAddPositionDesc()
H A Dswiper_pattern.h1050 std::optional<int32_t> uiCastJumpIndex_; variable
H A Dswiper_pattern.cpp1590 uiCastJumpIndex_ = index; in SwipeToWithoutAnimation()
5880 json->PutExtAttr("uiCastJumpIndex", uiCastJumpIndex_.value_or(-1), filter); in ToJsonValue()