Home
last modified time | relevance | path

Searched refs:IsAtStart (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp981 EXPECT_FALSE(pattern_->IsAtStart());
991 EXPECT_FALSE(pattern_->IsAtStart());
1008 EXPECT_TRUE(pattern_->IsAtStart());
1016 EXPECT_FALSE(pattern_->IsAtStart());
1024 EXPECT_FALSE(pattern_->IsAtStart());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.h93 args.SetReturnValue(JSRef<JSVal>::Make(ToJSValue(swiperPattern->IsAtStart()))); in IsBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h529 bool IsAtStart() const;
H A Dswiper_pattern.cpp3720 bool SwiperPattern::IsAtStart() const in IsAtStart() function in OHOS::Ace::NG::SwiperPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp680 *ret = swiperPattern->IsAtStart(); in gestureEventTargetInfoIsScrollBegin()