Searched refs:mWindowInsetsController (Results 1 – 2 of 2) sorted by relevance
76 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityViewFlipperControllerTest90 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
146 @Mock private WindowInsetsController mWindowInsetsController; field in StatusBarKeyguardViewManagerTest181 .thenReturn(mWindowInsetsController); in setUp()681 verify(mWindowInsetsController).hide(WindowInsets.Type.navigationBars()); in testHideTaskbar()