Home
last modified time | relevance | path

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

/development/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt86 ViewCompat.setOnApplyWindowInsetsListener(container) { v, windowInsets -> in <lambda>() method
87 val insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars()) in <lambda>()