Searched refs:endHeight_ (Results 1 – 2 of 2) sorted by relevance
346 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()
343 float endHeight_ = 0.0f; variable