(layout, width)
| 116 | layout.duration = this.timeline.duration + 500; |
| 117 | } |
| 118 | onFitHorizontally(layout, width) { |
| 119 | this.anchors.name.width = this.anchors.title.width = this.anchors.address.width = this.anchors.background.width = width; |
| 120 | this.resetTimeline(layout); |
| 121 | return width; |
| 122 | } |
| 123 | onFitVertically(layout, height) { |
| 124 | this.anchors.background.height = height; |
| 125 | this.resetTimeline(layout); |
nothing calls this directly
no test coverage detected