Home
last modified time | relevance | path

Searched refs:getRootWindowInsets (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarBaseActivity.java40 public WindowInsets getRootWindowInsets() { in getRootWindowInsets() method in LightBarBaseActivity
41 return getWindow().getDecorView().getRootWindowInsets(); in getRootWindowInsets()
DLightBarTestBase.java101 inset[0] = rule.getActivity().getRootWindowInsets(); in hasVirtualNavigationBar()
142 inset[0] = rule.getActivity().getRootWindowInsets(); in assumeHasColoredStatusBar()
216 WindowInsets windowInsets = activity.getRootWindowInsets(); in loadCutout()
DWindowInsetsActivity.java75 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets()); in onCreate()
92 mContentWindowInsets = getWindow().getDecorView().getRootWindowInsets(); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java274 final WindowInsets insets = getWindow().getDecorView().getRootWindowInsets();
282 final Insets insets = dv.getRootWindowInsets().getSystemWindowInsets();
DWindowInputTests.java97 WindowInsets insets = mActivity.getWindow().getDecorView().getRootWindowInsets(); in testMoveWindowAndTap()
DWindowInsetsPolicyTest.java259 return getWindow().getDecorView().getRootWindowInsets();
DDisplayCutoutTests.java396 return getWindow().getDecorView().getRootWindowInsets();
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java177 final WindowInsets windowInsets = v.getRootWindowInsets(); in fromLayoutListenerCallback()
DMockIme.java462 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DNavigationBarInfo.java100 final WindowInsets windowInsets = getOnMainSync(() -> view.getRootWindowInsets()); in getInstance()
/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java439 final Insets systemInsets = mLayout.getRootWindowInsets().getSystemWindowInsets(); in testWindowPosition_isClampedInsideMainApplicationWindow_topLeft()
457 final Insets systemInsets = mLayout.getRootWindowInsets().getSystemWindowInsets(); in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()
784 final Insets systemInsets = view.getRootWindowInsets().getSystemWindowInsets(); in testSourceBounds_areAdjustedWhenInvalid()
DPopupWindowTest.java654 final WindowInsets windowInsets = upperAnchor.getRootWindowInsets(); in testShowAtLocation()
1288 final WindowInsets windowInsets = containerView.getRootWindowInsets(); in testUpdatePositionAndDimension()
1689 - parentWindowView.getRootWindowInsets().getSystemWindowInsetBottom()); in testVerticallyClippedBeforeAdjusted()