Searched refs:getSystemWindowInsetTop (Results 1 – 18 of 18) sorted by relevance
195 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()199 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()210 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()214 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()226 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()230 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()234 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()238 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
108 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
86 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw()
143 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
126 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
347 insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
160 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
511 Math.max(mInnerInsets.getSystemWindowInsetTop(), topInset),518 mInnerInsets.getSystemWindowInsetTop() + topInset,
1012 mFloatingInsets.top = insets.getSystemWindowInsetTop();1014 insets = insets.inset(0, insets.getSystemWindowInsetTop(),1018 mFloatingInsets.left = insets.getSystemWindowInsetTop();1567 int newTopMargin = innerInsets.getSystemWindowInsetTop();1622 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
440 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
1154 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18412 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
34643 method public int getSystemWindowInsetTop();
18476 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
54334 method @Deprecated public int getSystemWindowInsetTop();