Searched refs:mWindowInsets (Results 1 – 5 of 5) sorted by relevance
56 private WindowInsets mWindowInsets; field in WindowMetrics82 mWindowInsets = windowInsets; in WindowMetrics()142 if (mWindowInsets != null) { in getWindowInsets()143 return mWindowInsets; in getWindowInsets()145 return mWindowInsets = mWindowInsetsSupplier.get(); in getWindowInsets()164 + ", windowInsets=" + mWindowInsets in toString()
33 private WindowInsets mWindowInsets = null; field in TestableWindowManager83 mWindowInsets == null ? realMetrics.getWindowInsets() : mWindowInsets); in getCurrentWindowMetrics()118 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()177 return mWindowInsets; in getRootWindowInsets()
79 private WindowInsets mWindowInsets; field in PipDismissTargetHandler113 if (!windowInsets.equals(mWindowInsets)) { in init()114 mWindowInsets = windowInsets; in init()
244 private WindowInsets mWindowInsets; field in BubbleController789 if (!windowInsets.equals(mWindowInsets) && mLayerView != null) { in addToWindowManagerMaybe()790 mWindowInsets = windowInsets; in addToWindowManagerMaybe()799 if (!windowInsets.equals(mWindowInsets) && mStackView != null) { in addToWindowManagerMaybe()800 mWindowInsets = windowInsets; in addToWindowManagerMaybe()