Searched defs:windowInsets (Results 1 – 3 of 3) sorted by relevance
215 WindowInsets windowInsets = mLauncher.getRootView().getRootWindowInsets(); in hasBottomNavButtons() local
242 view.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView() argument
538 public WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) { in onApplyWindowInsets()