Home
last modified time | relevance | path

Searched defs:rootWindowInsets (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSeekBarTest.java96 WindowInsets rootWindowInsets = mSeekBar.getRootWindowInsets(); in updateExclusionRects() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1034 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java388 WindowInsets rootWindowInsets = activity.getWindow().getDecorView().getRootWindowInsets(); in testSDRFromSurfaceViewAndTextureView() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1813 public static boolean isImeShowing(WindowInsets rootWindowInsets) { in isImeShowing()