Searched defs:windowManager (Results 1 – 6 of 6) sorted by relevance
289 val windowManager = getSystemService(Context.WINDOW_SERVICE) as WindowManager in Context() constant306 val windowManager = getSystemService(Context.WINDOW_SERVICE) as WindowManager in Context() constant
346 val windowManager = in <lambda>() constant
220 private val windowManager = constant
621 val windowManager = context.getSystemService<WindowManager>()!! in View() constant
481 private val windowManager = constant
62 private lateinit var windowManager: WindowManager in <lambda>() variable in androidx.compose.ui.platform.AndroidComposeViewScreenCoordinatesTest