| 68 | |
| 69 | int position; |
| 70 | SwitcherView(duration_t& duration) : attribs(duration) |
| 71 | {} |
| 72 | |
| 73 | /* Make animation start values the current progress of duration */ |
| 74 | void refresh_start() |
nothing calls this directly
no outgoing calls
no test coverage detected