Searched refs:relativeY (Results 1 – 1 of 1) sorted by relevance
2326 float relativeY = yOffset - globalOffset.GetY(); in GetItemIndexByPosition() local2327 float mainOffset = GetAxis() == Axis::VERTICAL ? relativeY : relativeX; in GetItemIndexByPosition()2328 float crossOffset = GetAxis() == Axis::VERTICAL ? relativeX : relativeY; in GetItemIndexByPosition()