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

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

Merge "Replace the value of mPreferredFrameRate with...

Merge "Replace the value of mPreferredFrameRate with REQUESTED_FRAME_RATE_CATEGORY_DEFAULT" into main
parents f103383f f090198c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5629,7 +5629,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    // The preferred frame rate of the view that is mainly used for
    // touch boosting, view velocity handling, and TextureView.
    private float mPreferredFrameRate = Float.NaN;
    private float mPreferredFrameRate = REQUESTED_FRAME_RATE_CATEGORY_DEFAULT;
    private int mInfrequentUpdateCount = 0;
    private long mLastUpdateTimeMillis = 0;