Home
last modified time | relevance | path

Searched refs:mWindowInsets (Results 1 – 3 of 3) 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.java36 private WindowInsets mWindowInsets = null; field in TestableWindowManager
89 mWindowInsets == null ? insets : mWindowInsets); in getCurrentWindowMetrics()
114 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()