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

Commit f5dc70ff authored by Ram Indani's avatar Ram Indani Committed by Android (Google) Code Review
Browse files

Merge "Update the javadoc for FrameRateCategory constants" into main

parents 2ede2ad0 355d8c6d
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;