Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DSidefpsControllerTest.kt259 `when`(windowManager.currentWindowMetrics).thenReturn(
267 `when`(windowManager.currentWindowMetrics).thenReturn(
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java212 WindowMetrics currentWindowMetrics = mContext.getSystemService(WindowManager.class) in setupSysuiDependency() local
214 when(mWindowManager.getCurrentWindowMetrics()).thenReturn(currentWindowMetrics); in setupSysuiDependency()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSidefpsController.kt213 windowManager.currentWindowMetrics.windowInsets.hasBigNavigationBar()) {