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

Commit 617fd0ac authored by Jian-Syuan (Shane) Wong's avatar Jian-Syuan (Shane) Wong Committed by Android (Google) Code Review
Browse files

Merge "Increase toolkit touch boost timeout period" into main

parents 1566c668 338b4737
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@ public final class ViewRootImpl implements ViewParent,
    // for idleness handling.
    private boolean mHasIdledMessage = false;
    // time for touch boost period.
    private static final int FRAME_RATE_TOUCH_BOOST_TIME = 1500;
    private static final int FRAME_RATE_TOUCH_BOOST_TIME = 3000;
    // time for checking idle status periodically.
    private static final int FRAME_RATE_IDLENESS_CHECK_TIME_MILLIS = 500;
    // time for revaluating the idle status before lowering the frame rate.