Home
last modified time | relevance | path

Searched refs:endHeight_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp346 bool scrollDownToEnd = LessNotEqual(gridLayoutInfo_.prevHeight_, endHeight_) && in FireOnReachEnd()
347 GreatOrEqual(gridLayoutInfo_.currentHeight_, endHeight_); in FireOnReachEnd()
348 bool scrollUpToEnd = GreatNotEqual(gridLayoutInfo_.prevHeight_, endHeight_) && in FireOnReachEnd()
349 LessOrEqual(gridLayoutInfo_.currentHeight_, endHeight_); in FireOnReachEnd()
504 endHeight_ = gridLayoutInfo_.currentHeight_; in OnDirtyLayoutWrapperSwap()
1768 DumpLog::GetInstance().AddDesc("endHeight:" + std::to_string(endHeight_)); in DumpAdvanceInfo()
H A Dgrid_pattern.h343 float endHeight_ = 0.0f; variable