diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 7438d18..ea69ebc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -33013,6 +33013,7 @@ package android.view { method public int getRotation(); method public void getSize(android.graphics.Point); method public int getState(); + method public float[] getSupportedRefreshRates(); method public deprecated int getWidth(); method public boolean isValid(); field public static final int DEFAULT_DISPLAY = 0; // 0x0 @@ -35656,6 +35657,7 @@ package android.view { field public float horizontalWeight; field public deprecated int memoryType; field public java.lang.String packageName; + field public float preferredRefreshRate; field public int rotationAnimation; field public float screenBrightness; field public int screenOrientation; |
