Home
last modified time | relevance | path

Searched refs:isAtEnd (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_stream.h39 bool isAtEnd() const override;
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_stream.h45 bool isAtEnd() const override;
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_stream.cpp74 bool BmpStream::isAtEnd() const in isAtEnd() function in OHOS::ImagePlugin::BmpStream
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp101 bool ExtStream::isAtEnd() const in isAtEnd() function in OHOS::ImagePlugin::ExtStream
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.cpp76 JSClass<JSScroller>::CustomMethod("isAtEnd", &JSScroller::IsAtEnd); in JSBind()
343 bool isAtEnd = scrollController->IsAtEnd(); in IsAtEnd() local
344 auto retVal = JSRef<JSVal>::Make(ToJSValue(isAtEnd)); in IsAtEnd()
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js397 this.scroller.isAtEnd(),
765 this.isReachEnd = this.scroller.isAtEnd();
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp665 * @tc.desc: Test of isAtEnd
672 bool result = bmpStream->isAtEnd(); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js1057 if (!this.contentScroller.isAtEnd()) {
3818 if (s12.isAtEnd()) {

Completed in 9 milliseconds