Searched refs:mWindowInsets (Results 1 – 3 of 3) sorted by relevance
35 private final @NonNull WindowInsets mWindowInsets; field in WindowMetrics39 mWindowInsets = windowInsets; in WindowMetrics()79 return mWindowInsets; in getWindowInsets()
36 private WindowInsets mWindowInsets = null; field in TestableWindowManager89 mWindowInsets == null ? insets : mWindowInsets); in getCurrentWindowMetrics()114 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()