Searched refs:windowManager (Results 1 – 2 of 2) sorted by relevance
77 final WindowManager windowManager = context.getSystemService(WindowManager.class); in show() local97 windowManager.updateViewLayout(contentFrame, lp); in show()109 windowManager.addView(contentFrame, params); in show()
125 final WindowManager windowManager = getSystemService(WindowManager.class); in onServiceConnected() local126 final WindowMetrics metrics = windowManager.getCurrentWindowMetrics(); in onServiceConnected()