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

Commit 4035b19b authored by Siyamed Sinir's avatar Siyamed Sinir
Browse files

Add message names for VRR ViewRoot messages.

Bug: None
Change-Id: If842b58ff648607ecb95a7a8009024127a9d71c7
parent 1265dc50
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);
        }