Searched refs:getRealBounds (Results 1 – 6 of 6) sorted by relevance
111 whenever(windowManagerProxy.getRealBounds(any(), any())).thenAnswer { i -> in <lambda>()
181 doReturn(wm).when(wmProxy).getRealBounds(any(), any()); in verifyNoTransforms()
283 whenever(windowManagerProxy.getRealBounds(any(), any())).thenReturn(realBounds) in <lambda>()
300 doReturn(windowBounds).when(wmProxy).getRealBounds(any(), any()); in createDisplayInfo()
127 public WindowBounds getRealBounds(Context displayInfoContext, CachedDisplayInfo info) { in getRealBounds() method in WindowManagerProxy
412 realBounds = wmProxy.getRealBounds(displayInfoContext, displayInfo); in Info()