Home
last modified time | relevance | path

Searched refs:lastBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt1017 private var lastBounds: Rect? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener
1034 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java149 assertTrue(bounds.equals(mDisplayImeChangeListener.lastBounds)); in testAddDisplayImeChangeListener_ensureCallback()
508 public Rect lastBounds; field in ShellControllerTest.TestDisplayImeChangeListener
515 lastBounds = bounds; in onImeBoundsChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DContentRecorderTests.java332 final Rect lastBounds = config.windowConfiguration.getBounds(); in testOnTaskOrientationConfigurationChanged_resizesSurface() local
335 new Rect(0, 0, lastBounds.height(), lastBounds.width())); in testOnTaskOrientationConfigurationChanged_resizesSurface()