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

Commit a71c1820 authored by Rachel Lee's avatar Rachel Lee Committed by Android (Google) Code Review
Browse files

Merge "Set frame rate category LOW to 30 in test." into main

parents 093ea92a 130c9313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class GraphicsActivity extends Activity {
    // TODO(b/293651105): Unhardcode category fps range mapping
    private static final FpsRange FRAME_RATE_CATEGORY_HIGH = new FpsRange(90, 120);
    private static final FpsRange FRAME_RATE_CATEGORY_NORMAL = new FpsRange(60, 90);
    private static final FpsRange FRAME_RATE_CATEGORY_LOW = new FpsRange(30, 60);
    private static final FpsRange FRAME_RATE_CATEGORY_LOW = new FpsRange(30, 30);

    private DisplayManager mDisplayManager;
    private SurfaceView mSurfaceView;