Searched refs:mainOffset_ (Results 1 – 2 of 2) sorted by relevance
210 mainOffset_ = -1.0; in NotifyNeedRefresh()289 list->mainOffset_ = -1.0; in AnimationForItemUpdate()333 if (mainOffset_ < 0.0) { in AdjustLayoutParam()334 mainOffset_ = -renderList_.GetMainPosition(position_); in AdjustLayoutParam()336 double offset = mainOffset_ + renderList_.GetMainSize(layoutSize) * friction_ * symbol; in AdjustLayoutParam()
96 double mainOffset_ = -1.0; variable