Searched refs:realBounds (Results 1 – 5 of 5) sorted by relevance
281 val realBounds = windowsBounds[rotation] in <lambda>() constant283 whenever(windowManagerProxy.getRealBounds(any(), any())).thenReturn(realBounds) in <lambda>()284 whenever(windowManagerProxy.getCurrentBounds(any())).thenReturn(realBounds.bounds) in <lambda>()298 screenWidthDp = (realBounds.bounds.width() / density).toInt() in <lambda>()299 screenHeightDp = (realBounds.bounds.height() / density).toInt() in <lambda>()
378 public final WindowBounds realBounds; field in DisplayController.Info412 realBounds = wmProxy.getRealBounds(displayInfoContext, displayInfo); in Info()424 supportedBounds.add(realBounds); in Info()431 if (!realBounds.equals(expectedBounds)) { in Info()433 clone.set(displayInfo.rotation, realBounds); in Info()440 Log.d(TAG, "realBounds: " + realBounds); in Info()
132 onIgnoreAutoRotateChanged(info.isTablet(info.realBounds)); in onDisplayInfoChanged()178 setIgnoreAutoRotateSettings(info.isTablet(info.realBounds)); in initialize()
32 ) : this(info.isTablet(info.realBounds), info.rotation, mode)
242 if (info.isTablet(info.realBounds)) { in initPreference()