Searched refs:DESKTOP_MODE_INITIAL_BOUNDS_SCALE (Results 1 – 5 of 5) sorted by relevance
48 public static final float DESKTOP_MODE_INITIAL_BOUNDS_SCALE = field in DesktopModeLaunchParamsModifier130 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()
31 val DESKTOP_MODE_INITIAL_BOUNDS_SCALE: Float = constant46 scale: Float = DESKTOP_MODE_INITIAL_BOUNDS_SCALE in calculateInitialBounds()
695 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
396 - DesktopTasksController.DESKTOP_MODE_INITIAL_BOUNDS_SCALE; in getIndicatorBounds()
26 …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()