Searched refs:topWas (Results 1 – 1 of 1) sorted by relevance
215 addOnLayoutChangeListener { view, _, _, _, _, _, topWas, _, bottomWas -> in <lambda>() method216 val isHeightChanged = (bottomWas - topWas) != view.height in <lambda>()