Searched refs:getSystemWindowInsetTop (Results 1 – 18 of 18) sorted by relevance
188 assertTopInsetEquals(mTestActivity, initialInsets.getSystemWindowInsetTop()); in testRemoval()277 assertEquals(expected, getInsets(activity).getSystemWindowInsetTop()); in assertTopInsetEquals()281 waitFor(() -> getInsets(activity).getSystemWindowInsetTop() == expected); in waitForTopInsetEqual()294 assertThat(insets.getSystemWindowInsetTop()).isAtLeast(expected); in assertInsetGreaterOrEqual()312 case TOP: return insets.getSystemWindowInsetTop() >= expected; in waitForInsetGreaterOrEqual()
153 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()157 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()170 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()174 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
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()
162 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
1027 mFloatingInsets.top = insets.getSystemWindowInsetTop();1029 insets = insets.inset(0, insets.getSystemWindowInsetTop(),1033 mFloatingInsets.left = insets.getSystemWindowInsetTop();1486 int newTopMargin = innerInsets.getSystemWindowInsetTop();1541 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
409 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
448 mInnerInsets.getSystemWindowInsetTop() + topInset,
1243 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
34643 method public int getSystemWindowInsetTop();
23973 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
55459 method @Deprecated public int getSystemWindowInsetTop();