Searched refs:getSystemWindowInsets (Results 1 – 7 of 7) sorted by relevance
60 assertThat(insets.getSystemWindowInsets(), equalTo(new Rect())); in negativeInsets_areSetToZero()71 assertThat(insets.getSystemWindowInsets(), equalTo(new Rect(0, 20, 0, 40))); in negativeInsets_areSetToZero_positiveAreLeftAsIs()83 assertThat(insets.getSystemWindowInsets(), equalTo(new Rect(10, 20, 30, 40))); in positiveInsets_areLeftAsIs()
127 public Rect getSystemWindowInsets() { in getSystemWindowInsets() method in WindowInsets
359 final Rect systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in performPixelCopy()
317 final Rect systemInsets = insets.getSystemWindowInsets();
996 mFrameOffsets.set(insets.getSystemWindowInsets()); in onApplyWindowInsets()
6650 Landroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Rect;
6836 HPLandroid/view/WindowInsets;->getSystemWindowInsets()Landroid/graphics/Rect;