Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDesktopModeLaunchParamsModifier.java48 public static final float DESKTOP_MODE_INITIAL_BOUNDS_SCALE = field in DesktopModeLaunchParamsModifier
130 final int desiredWidth = (int) (stableBounds.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculate()
131 final int desiredHeight = (int) (stableBounds.height() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculate()
172 final int desiredWidth = (int) (stableBounds.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculateAndCentreInitialBounds()
173 final int desiredHeight = (int) (stableBounds.height() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculateAndCentreInitialBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt31 val DESKTOP_MODE_INITIAL_BOUNDS_SCALE: Float = constant
46 scale: Float = DESKTOP_MODE_INITIAL_BOUNDS_SCALE in calculateInitialBounds()
DDesktopTasksController.kt695 val desiredWidth = (displayLayout.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE).toInt() in <lambda>()
696 val desiredHeight = (displayLayout.height() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE).toInt() in <lambda>()
1556 val DESKTOP_MODE_INITIAL_BOUNDS_SCALE = in <lambda>() constant
DDesktopModeVisualIndicator.java396 - DesktopTasksController.DESKTOP_MODE_INITIAL_BOUNDS_SCALE; in getIndicatorBounds()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDesktopModeLaunchParamsModifierTests.java26 …ort static com.android.server.wm.DesktopModeLaunchParamsModifier.DESKTOP_MODE_INITIAL_BOUNDS_SCALE;
169 (int) (DISPLAY_STABLE_BOUNDS.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in testUsesDesiredBoundsIfEmptyLayoutAndActivityOptionsBounds()
171 (int) (DISPLAY_STABLE_BOUNDS.height() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in testUsesDesiredBoundsIfEmptyLayoutAndActivityOptionsBounds()