Home
last modified time | relevance | path

Searched refs:realBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt281 val realBounds = windowsBounds[rotation] in <lambda>() constant
283 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>()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java378 public final WindowBounds realBounds; field in DisplayController.Info
412 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()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java132 onIgnoreAutoRotateChanged(info.isTablet(info.realBounds)); in onDisplayInfoChanged()
178 setIgnoreAutoRotateSettings(info.isTablet(info.realBounds)); in initialize()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DNavBarPosition.kt32 ) : this(info.isTablet(info.realBounds), info.rotation, mode)
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DSettingsActivity.java242 if (info.isTablet(info.realBounds)) { in initPreference()