Searched refs:needNestedScrolling (Results 1 – 2 of 2) sorted by relevance
611 void CheckRestartSpring(bool sizeDiminished, bool needNestedScrolling = true);
3143 void ScrollablePattern::CheckRestartSpring(bool sizeDiminished, bool needNestedScrolling) in CheckRestartSpring() argument3161 if (needNestedScrolling && !ScrollableIdle()) { in CheckRestartSpring()3163 } else if (!needNestedScrolling && !IsScrollableAnimationNotRunning()) { in CheckRestartSpring()