Searched refs:mLayoutParameters (Results 1 – 1 of 1) sorted by relevance
101 @Captor private ArgumentCaptor<WindowManager.LayoutParams> mLayoutParameters; field in NotificationShadeWindowControllerImplTest180 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in attach_visibleWithWallpaper()191 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in attach_lightScrimHidesWallpaper()225 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in attach_animatingKeyguardAndSurface_wallpaperVisible()244 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in setBouncerShowing_isFocusable_whenNeedsInput()255 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()268 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()277 verify(mWindowManager).updateViewLayout(any(), mLayoutParameters.capture()); in setKeyguardShowing_notFocusable_byDefault()309 assertThat(mLayoutParameters.getValue().screenOrientation) in rotationBecameAllowed_layoutParamsUpdated()324 assertThat(mLayoutParameters.getValue().screenOrientation) in rotationBecameNotAllowed_layoutParamsUpdated()[all …]