From 223e3d361e396353e2a4f9787191057173f55f1a Mon Sep 17 00:00:00 2001 From: Marin Shalamanov Date: Fri, 20 Nov 2020 11:32:02 +0100 Subject: [PATCH] Update docs for getAlternativeRefreshRates() Fixes: 173712255 Test: n/a Change-Id: Ic6170ccc3110d90fb0adab77b6f640fb4caab5e2 --- core/java/android/view/Display.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/view/Display.java b/core/java/android/view/Display.java index 56c7e27151e09..9991367e6bfd6 100644 --- a/core/java/android/view/Display.java +++ b/core/java/android/view/Display.java @@ -1512,6 +1512,9 @@ public final class Display { * then 1920x1080 50Hz will have alternative refresh rate of 60Hz. If 1920x1080 60Hz * has an alternative of 50Hz and 1920x1080 50Hz has an alternative of 24Hz, then 1920x1080 * 60Hz will also have an alternative of 24Hz. + * + * @see Surface#setFrameRate + * @see SurfaceControl.Transaction#setFrameRate */ @NonNull public float[] getAlternativeRefreshRates() {