Home
last modified time | relevance | path

Searched refs:mScreenBounds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblePositionerTest.java290 private Rect mScreenBounds = new Rect(0, 0, 1000, 2000); field in BubblePositionerTest.WindowManagerConfig
297 mScreenBounds = screenBounds; in setScreenBounds()
331 when(mWindowMetrics.getBounds()).thenReturn(mScreenBounds); in setUpConfig()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java235 private Rect mScreenBounds = new Rect(); field in BubbleController
984 || !newConfig.windowConfiguration.getBounds().equals(mScreenBounds)) { in onConfigurationChanged()
986 mScreenBounds.set(newConfig.windowConfiguration.getBounds()); in onConfigurationChanged()