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

Commit 60ddbace authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add message names for VRR ViewRoot messages." into main

parents 36db8e30 4035b19b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6384,6 +6384,12 @@ public final class ViewRootImpl implements ViewParent,
                    return "MSG_KEEP_CLEAR_RECTS_CHANGED";
                case MSG_REFRESH_POINTER_ICON:
                    return "MSG_REFRESH_POINTER_ICON";
                case MSG_TOUCH_BOOST_TIMEOUT:
                    return "MSG_TOUCH_BOOST_TIMEOUT";
                case MSG_CHECK_INVALIDATION_IDLE:
                    return "MSG_CHECK_INVALIDATION_IDLE";
                case MSG_FRAME_RATE_SETTING:
                    return "MSG_FRAME_RATE_SETTING";
            }
            return super.getMessageName(message);
        }