Home
last modified time | relevance | path

Searched refs:mWindowInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowMetrics.java35 private final @NonNull WindowInsets mWindowInsets; field in WindowMetrics
39 mWindowInsets = windowInsets; in WindowMetrics()
79 return mWindowInsets; in getWindowInsets()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DTestableWindowManager.java33 private WindowInsets mWindowInsets = null; field in TestableWindowManager
83 mWindowInsets == null ? realMetrics.getWindowInsets() : mWindowInsets); in getCurrentWindowMetrics()
118 mWindowInsets = insets; in setWindowInsets()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java66 private WindowInsets mWindowInsets; field in PhysicsAnimationLayoutTestCase
87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
89 when(mWindowInsets.getSystemWindowInsetLeft()).thenReturn(mSystemWindowInsetSize); in setUp()
90 when(mWindowInsets.getSystemWindowInsetRight()).thenReturn(mSystemWindowInsetSize); in setUp()
92 when(mWindowInsets.getDisplayCutout()).thenReturn(mCutout); in setUp()
177 return mWindowInsets; in getRootWindowInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipDismissTargetHandler.java78 private WindowInsets mWindowInsets; field in PipDismissTargetHandler
111 if (!windowInsets.equals(mWindowInsets)) { in init()
112 mWindowInsets = windowInsets; in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java234 private WindowInsets mWindowInsets; field in BubbleController
675 if (!windowInsets.equals(mWindowInsets)) { in addToWindowManagerMaybe()
676 mWindowInsets = windowInsets; in addToWindowManagerMaybe()