| 114 | } |
| 115 | |
| 116 | ColorConstant GetTransitTextColorName(ColorConstant const & localName) |
| 117 | { |
| 118 | return kTransitColorPrefix + kTransitTextPrefix + localName; |
| 119 | } |
| 120 | |
| 121 | bool IsTransitColor(ColorConstant const & constant) |
| 122 | { |
no outgoing calls
no test coverage detected