Home
last modified time | relevance | path

Searched refs:rootWindowInsets (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSeekBarTest.java109 WindowInsets rootWindowInsets = mSeekBar.getRootWindowInsets(); in updateExclusionRects() local
112 rootWindowInsets.getSystemGestureInsets().left, in updateExclusionRects()
DAbsListViewTest.java172 WindowInsets rootWindowInsets = content.getRootWindowInsets(); in setup()
173 Insets systemGestureInsets = rootWindowInsets.getSystemGestureInsets(); in setup()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java397 WindowInsets rootWindowInsets = activity.getWindow().getDecorView().getRootWindowInsets(); in testSDRFromSurfaceViewAndTextureView() local
399 int extraSurfaceTopOffset = rootWindowInsets.getInsets(systemBars()).top; in testSDRFromSurfaceViewAndTextureView()
400 int extraSurfaceRightOffset = rootWindowInsets.getInsets(systemBars()).right; in testSDRFromSurfaceViewAndTextureView()
401 int extraSurfaceBottomOffset = rootWindowInsets.getInsets(systemBars()).bottom; in testSDRFromSurfaceViewAndTextureView()
402 int extraSurfaceLeftOffset = rootWindowInsets.getInsets(systemBars()).left; in testSDRFromSurfaceViewAndTextureView()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1048 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets() local
1049 if (rootWindowInsets != null && (rootWindowInsets.getStableInsetBottom() in onApplyWindowInsets()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1816 public static boolean isImeShowing(WindowInsets rootWindowInsets) { in isImeShowing() argument
1817 if (rootWindowInsets != null && rootWindowInsets.isVisible(WindowInsets.Type.ime())) { in isImeShowing()