Home
last modified time | relevance | path

Searched refs:getRootWindowInsets (Results 1 – 14 of 14) 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()
DWindowInsetsActivity.java74 new WindowInsetsPresenterDrawable(getWindow().getDecorView().getRootWindowInsets()); in onCreate()
91 mContentWindowInsets = getWindow().getDecorView().getRootWindowInsets(); in onCreate()
DLightBarTestBase.java158 WindowInsets windowInsets = activity.getRootWindowInsets(); in loadCutout()
DWindowInsetsBehaviorTests.java780 insets[0] = view.getRootWindowInsets().getSystemGestureInsets(); in assumeGestureNavigation()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DBarTestUtils.java91 insets[0] = rule.getActivity().getWindow().getDecorView().getRootWindowInsets(); in getInsets()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java289 final WindowInsets insets = getWindow().getDecorView().getRootWindowInsets();
297 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()