Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2481d728 authored by Kazuki Takise's avatar Kazuki Takise
Browse files

Add clarification comment to TaskInfo#isFocused

Bug: 370352327
Flag: EXEMPT no behavioral change
Test: m
Change-Id: I42365b36f0e5d9c2e335f4025c6c89b7f5412564
parent cc9641fa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -275,7 +275,10 @@ public class TaskInfo {
    public int parentTaskId;

    /**
     * Whether this task is focused.
     * Whether this task is focused on the display. This means the task receives input events that
     * target the display.
     * CAUTION: This can be true for multiple tasks especially when multiple displays are connected
     * in the system.
     * @hide
     */
    public boolean isFocused;