Searched refs:mWindowInsets (Results 1 – 5 of 5) sorted by relevance
35 private final @NonNull WindowInsets mWindowInsets; field in WindowMetrics39 mWindowInsets = windowInsets; in WindowMetrics()79 return mWindowInsets; in getWindowInsets()
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()
78 private WindowInsets mWindowInsets; field in PipDismissTargetHandler111 if (!windowInsets.equals(mWindowInsets)) { in init()112 mWindowInsets = windowInsets; in init()
234 private WindowInsets mWindowInsets; field in BubbleController675 if (!windowInsets.equals(mWindowInsets)) { in addToWindowManagerMaybe()676 mWindowInsets = windowInsets; in addToWindowManagerMaybe()