Searched refs:lastBounds (Results 1 – 3 of 3) sorted by relevance
1017 private var lastBounds: Rect? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener1034 lastBounds?.let { bounds -> in onLayoutChange()1043 if (lastBounds == null) { in onLayoutChange()1044 lastBounds = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange()1047 val bounds = lastBounds!! in onLayoutChange()
149 assertTrue(bounds.equals(mDisplayImeChangeListener.lastBounds)); in testAddDisplayImeChangeListener_ensureCallback()508 public Rect lastBounds; field in ShellControllerTest.TestDisplayImeChangeListener515 lastBounds = bounds; in onImeBoundsChanged()
332 final Rect lastBounds = config.windowConfiguration.getBounds(); in testOnTaskOrientationConfigurationChanged_resizesSurface() local335 new Rect(0, 0, lastBounds.height(), lastBounds.width())); in testOnTaskOrientationConfigurationChanged_resizesSurface()