Home
last modified time | relevance | path

Searched refs:windowInsets (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java176 final WindowInsets windowInsets = v.getRootWindowInsets(); in fromLayoutListenerCallback() local
178 if (windowInsets != null && windowInsets.hasSystemWindowInsets()) { in fromLayoutListenerCallback()
180 windowInsets.getSystemWindowInsetLeft(), windowInsets.getSystemWindowInsetTop(), in fromLayoutListenerCallback()
181 windowInsets.getSystemWindowInsetRight(), in fromLayoutListenerCallback()
182 windowInsets.getSystemWindowInsetBottom()); in fromLayoutListenerCallback()
187 if (windowInsets != null && windowInsets.hasStableInsets()) { in fromLayoutListenerCallback()
189 windowInsets.getStableInsetLeft(), windowInsets.getStableInsetTop(), in fromLayoutListenerCallback()
190 windowInsets.getStableInsetRight(), windowInsets.getStableInsetBottom()); in fromLayoutListenerCallback()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DNavigationBarInfo.java98 final WindowInsets windowInsets = getOnMainSync(() -> view.getRootWindowInsets()); in getInstance() local
99 if (!windowInsets.hasStableInsets() || windowInsets.getStableInsetBottom() <= 0) { in getInstance()
116 if (actualBottomInset != windowInsets.getStableInsetBottom()) { in getInstance()