Home
last modified time | relevance | path

Searched refs:IsAtEnd (Results 1 - 22 of 22) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_ref_box.cpp29 if (reader.IsAtEnd()) { in ParseItemRef()
38 if (reader.IsAtEnd()) { in ParseItemRef()
48 while (!reader.IsAtEnd()) { in ParseContent()
H A Ditem_property_aux_box.cpp24 while (!reader.IsAtEnd()) { in ParseContent()
H A Dheif_box.cpp241 while (!reader.IsAtEnd() && !reader.HasError()) { in ReadChildren()
H A Ditem_property_box.cpp87 for (uint32_t i = 0; i < entryNum && !reader.HasError() && !reader.IsAtEnd(); i++) { in ParseContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.h50 bool IsAtEnd() const override;
H A Dscrollable_controller.cpp157 bool ScrollableController::IsAtEnd() const in IsAtEnd() function in OHOS::Ace::NG::ScrollableController
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_controller_test_ng.cpp414 * @tc.desc: Test non-action GetCurrentOffset/GetScrollDirection/IsAtEnd/GetItemRect
425 EXPECT_FALSE(positionController_->IsAtEnd()); in HWTEST_F()
434 EXPECT_FALSE(positionController_->IsAtEnd()); in HWTEST_F()
444 EXPECT_TRUE(positionController_->IsAtEnd()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.h42 void IsAtEnd(const JSCallbackInfo& args);
H A Djs_scroller.cpp76 JSClass<JSScroller>::CustomMethod("isAtEnd", &JSScroller::IsAtEnd); in JSBind()
336 void JSScroller::IsAtEnd(const JSCallbackInfo& args) in IsAtEnd() function in OHOS::Ace::Framework::JSScroller
343 bool isAtEnd = scrollController->IsAtEnd(); in IsAtEnd()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp802 * @tc.desc: Test IsAtStart IsAtEnd
815 EXPECT_FALSE(pattern_->IsAtEnd()); in HWTEST_F()
825 EXPECT_FALSE(pattern_->IsAtEnd()); in HWTEST_F()
830 * @tc.desc: Test IsAtStart IsAtEnd
843 EXPECT_FALSE(pattern_->IsAtEnd()); in HWTEST_F()
851 EXPECT_FALSE(pattern_->IsAtEnd()); in HWTEST_F()
859 EXPECT_TRUE(pattern_->IsAtEnd()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp58 * @tc.expected: can scroll and IsAtEnd. in HWTEST_F()
62 EXPECT_TRUE(pattern_->positionController_->IsAtEnd()); in HWTEST_F()
148 * @tc.steps: step1. Test ScrollPage and IsAtEnd in HWTEST_F()
154 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
158 EXPECT_FALSE(controller->IsAtEnd()); in HWTEST_F()
426 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
432 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
H A Dwater_flow_test_ng.cpp1636 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h103 virtual bool IsAtEnd() const in IsAtEnd() function in OHOS::Ace::ScrollControllerBase
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h84 [[nodiscard]] bool IsAtEnd() in IsAtEnd() function in OHOS::ImagePlugin::HeifStreamReader
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.h111 args.SetReturnValue(JSRef<JSVal>::Make(ToJSValue(swiperPattern->IsAtEnd()))); in IsEnd()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp173 if (IsAtEnd()) { in ReadString()
H A Dheif_parser.cpp95 if (reader.IsAtEnd() || error == heif_error_eof) { in AssembleBoxes()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp1277 * @tc.steps: step6. Test IsAtEnd in HWTEST_F()
1279 EXPECT_FALSE(controller->IsAtEnd()); in HWTEST_F()
1281 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
1283 EXPECT_FALSE(controller->IsAtEnd()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp845 * @tc.steps: step7. Test IsAtEnd func. in HWTEST_F()
847 EXPECT_FALSE(controller->IsAtEnd()); in HWTEST_F()
850 EXPECT_TRUE(controller->IsAtEnd()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp694 *ret = swiperPattern->IsAtEnd(); in gestureEventTargetInfoIsScrollEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h548 bool IsAtEnd() const;
H A Dswiper_pattern.cpp3907 bool SwiperPattern::IsAtEnd() const

Completed in 28 milliseconds