Searched refs:scrollFrameLength (Results 1 – 1 of 1) sorted by relevance
793 …float scrollFrameLength = GetAxis() == Axis::VERTICAL ? scrollFrameSize.Height() : scrollFrameSize… in ScrollToNode() local797 } else if (GreatNotEqual(focusNodeDiffToScroll + focusNodeLength, scrollFrameLength)) { in ScrollToNode()798 moveOffset = scrollFrameLength - focusNodeDiffToScroll - focusNodeLength; in ScrollToNode()