Home
last modified time | relevance | path

Searched refs:IsRefresh (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp89 void RefreshModelImpl::IsRefresh(bool isRefresh) in IsRefresh() function in OHOS::Ace::Framework::RefreshModelImpl
94 component->IsRefresh(isRefresh); in IsRefresh()
H A Drefresh_model_impl.h36 void IsRefresh(bool isRefresh) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp64 RefreshModel::GetInstance()->IsRefresh(true); in FfiOHOSAceFrameworkRefreshCreate()
112 RefreshModel::GetInstance()->IsRefresh(true); in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h41 virtual void IsRefresh(bool isRefresh) = 0;
H A Drefresh_model_ng.h51 void IsRefresh(bool isRefresh) override {} in IsRefresh() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h69 void IsRefresh(bool isRefresh) in IsRefresh() function