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