Used to relay updates to _isFocused to the slider visual thumbs.
(v: boolean)
| 237 | |
| 238 | /** Used to relay updates to _isFocused to the slider visual thumbs. */ |
| 239 | private _setIsFocused(v: boolean): void { |
| 240 | this._isFocused = v; |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Whether the initial value has been set. |
no outgoing calls
no test coverage detected