Merge "Increase threshhold for hiding one icon menu in Overview" into main

This commit is contained in:
Jeremy Sim
2025-04-01 20:33:49 -07:00
committed by Android (Google) Code Review
@@ -53,7 +53,7 @@ import com.android.wm.shell.shared.split.SplitScreenConstants.PersistentSnapPosi
class GroupedTaskView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) :
TaskView(context, attrs, type = TaskViewType.GROUPED) {
private val MINIMUM_RATIO_TO_SHOW_ICON = 0.2f
private val MINIMUM_RATIO_TO_SHOW_ICON = 0.25f
val leftTopTaskContainer: TaskContainer
get() = taskContainers[0]