Searched refs:currentWindowMetrics (Results 1 – 3 of 3) sorted by relevance
259 `when`(windowManager.currentWindowMetrics).thenReturn(267 `when`(windowManager.currentWindowMetrics).thenReturn(
212 WindowMetrics currentWindowMetrics = mContext.getSystemService(WindowManager.class) in setupSysuiDependency() local214 when(mWindowManager.getCurrentWindowMetrics()).thenReturn(currentWindowMetrics); in setupSysuiDependency()
213 windowManager.currentWindowMetrics.windowInsets.hasBigNavigationBar()) {