* Updates the inViewport state of the element. * @param {boolean} inViewport
(inViewport)
| 979 | * @param {boolean} inViewport |
| 980 | */ |
| 981 | setInViewport(inViewport) { |
| 982 | this.isInViewport_ = inViewport; |
| 983 | } |
| 984 | |
| 985 | /** |
| 986 | * Calls element's unlayoutCallback callback and resets state for |
no outgoing calls
no test coverage detected