Searched refs:lastBounds (Results 1 – 1 of 1) sorted by relevance
1085 private var lastBounds: Rect? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener1102 lastBounds?.let { bounds -> in onLayoutChange()1111 if (lastBounds == null) { in onLayoutChange()1112 lastBounds = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange()1115 val bounds = lastBounds!! in onLayoutChange()