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

Commit 355d8c6d authored by ramindani's avatar ramindani
Browse files

Update the javadoc for FrameRateCategory constants

Test: make
BUG: 377488981
Flag: EXEMPT javadoc update
Change-Id: Idabe12e046951f64d76a7501e3fd3d11c76711ae
parent e90cc2fb
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1279,8 +1279,19 @@ public final class Display {
        }
    }

    /**
     * Represents the {@link FrameRateCategory} for the Normal frame rate
     *
     * @see FrameRateCategory
     */
    @FlaggedApi(FLAG_ENABLE_GET_SUGGESTED_FRAME_RATE)
    public static final int FRAME_RATE_CATEGORY_NORMAL = 0;

    /**
     * Represents the {@link FrameRateCategory} for the High frame rate
     *
     * @see FrameRateCategory
     */
    @FlaggedApi(FLAG_ENABLE_GET_SUGGESTED_FRAME_RATE)
    public static final int FRAME_RATE_CATEGORY_HIGH = 1;