Searched refs:windowInsets (Results 1 – 2 of 2) sorted by relevance
176 final WindowInsets windowInsets = v.getRootWindowInsets(); in fromLayoutListenerCallback() local178 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()
98 final WindowInsets windowInsets = getOnMainSync(() -> view.getRootWindowInsets()); in getInstance() local99 if (!windowInsets.hasStableInsets() || windowInsets.getStableInsetBottom() <= 0) { in getInstance()116 if (actualBottomInset != windowInsets.getStableInsetBottom()) { in getInstance()