Searched refs:mWindowInsets (Results 1 – 6 of 6) sorted by relevance
55 private WindowInsets mWindowInsets; field in WindowMetrics81 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()
35 private WindowInsets mWindowInsets = null; field in TestableWindowManager85 mWindowInsets == null ? realMetrics.getWindowInsets() : mWindowInsets); in getCurrentWindowMetrics()125 mWindowInsets = insets; in setWindowInsets()
66 private WindowInsets mWindowInsets; field in PhysicsAnimationLayoutTestCase87 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()
79 private WindowInsets mWindowInsets; field in PipDismissTargetHandler113 if (!windowInsets.equals(mWindowInsets)) { in init()114 mWindowInsets = windowInsets; in init()
264 private WindowInsets mWindowInsets; field in BubbleController892 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()