Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowMetrics.java55 private WindowInsets mWindowInsets; field in WindowMetrics
81 mWindowInsets = windowInsets; in WindowMetrics()
144 if (mWindowInsets != null) { in getWindowInsets()
145 return mWindowInsets; in getWindowInsets()
147 return mWindowInsets = mWindowInsetsSupplier.get(); in getWindowInsets()
165 + ", windowInsets=" + mWindowInsets in toString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DTestableWindowManager.java35 private WindowInsets mWindowInsets = null; field in TestableWindowManager
85 mWindowInsets == null ? realMetrics.getWindowInsets() : mWindowInsets); in getCurrentWindowMetrics()
125 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()
183 return mWindowInsets; in getRootWindowInsets()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipDismissTargetHandler.java79 private WindowInsets mWindowInsets; field in PipDismissTargetHandler
113 if (!windowInsets.equals(mWindowInsets)) { in init()
114 mWindowInsets = windowInsets; in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipDismissTargetHandler.java79 private WindowInsets mWindowInsets; field in PipDismissTargetHandler
113 if (!windowInsets.equals(mWindowInsets)) { in init()
114 mWindowInsets = windowInsets; in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java264 private WindowInsets mWindowInsets; field in BubbleController
892 if (!windowInsets.equals(mWindowInsets) && mLayerView != null) { in addToWindowManagerMaybe()
893 mWindowInsets = windowInsets; in addToWindowManagerMaybe()
902 if (!windowInsets.equals(mWindowInsets) && mStackView != null) { in addToWindowManagerMaybe()
903 mWindowInsets = windowInsets; in addToWindowManagerMaybe()