Searched refs:startIsVisible (Results 1 – 1 of 1) sorted by relevance
584 val startIsVisible = hostStates[currentStartLocation]?.visible ?: false regex585 val startAlpha = if (startIsVisible) 1.0f else 0.0f588 if (!endIsVisible || !startIsVisible) {