Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSeekBarTest.java91 WindowInsets rootWindowInsets = mSeekBar.getRootWindowInsets(); in updateExclusionRects() local
94 rootWindowInsets.getSystemGestureInsets().left, in updateExclusionRects()
DAbsListViewTest.java159 WindowInsets rootWindowInsets = content.getRootWindowInsets(); in setup()
160 Insets systemGestureInsets = rootWindowInsets.getSystemGestureInsets(); in setup()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java694 final WindowInsets rootWindowInsets = getRootWindowInsets(); in onApplyWindowInsets() local
695 if (rootWindowInsets != null && (rootWindowInsets.getStableInsetBottom() in onApplyWindowInsets()