Home
last modified time | relevance | path

Searched refs:IsShowLastTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp129 void RefreshModelImpl::SetIsShowLastTime(bool IsShowLastTime) in SetIsShowLastTime() argument
134 component->SetShowLastTime(IsShowLastTime); in SetIsShowLastTime()
H A Drefresh_model_impl.h41 void SetIsShowLastTime(bool IsShowLastTime) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drosen_render_refresh.cpp43 if (IsShowLastTime()) { in Paint()
H A Drender_refresh.h99 bool IsShowLastTime() const in IsShowLastTime() function
H A Drefresh_component.h104 bool IsShowLastTime() const in IsShowLastTime() function
H A Drender_refresh.cpp88 showLastTime_ = refresh->IsShowLastTime(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h47 virtual void SetIsShowLastTime(bool IsShowLastTime) = 0;
H A Drefresh_model_ng.h56 void SetIsShowLastTime(bool IsShowLastTime) override {} in SetIsShowLastTime() argument