Searched refs:windowInsets (Results 1 – 1 of 1) sorted by relevance
86 ViewCompat.setOnApplyWindowInsetsListener(container) { v, windowInsets -> in <lambda>() method87 val insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars()) in <lambda>()