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

Commit 6b873b05 authored by Rachel Lee's avatar Rachel Lee Committed by Automerger Merge Worker
Browse files

Merge "Add TestApi to WM refresh rate param." into udc-qpr-dev am: e3ee3356

parents d9d0c2a8 e3ee3356
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3568,6 +3568,8 @@ package android.view {
    field public static final int ACCESSIBILITY_TITLE_CHANGED = 33554432; // 0x2000000
    field public static final int FLAG_SLIPPERY = 536870912; // 0x20000000
    field public CharSequence accessibilityTitle;
    field public float preferredMaxDisplayRefreshRate;
    field public float preferredMinDisplayRefreshRate;
    field public int privateFlags;
  }

+2 −0
Original line number Diff line number Diff line
@@ -3763,6 +3763,7 @@ public interface WindowManager extends ViewManager {
         * This value is ignored if {@link #preferredDisplayModeId} is set.
         * @hide
         */
        @TestApi
        public float preferredMinDisplayRefreshRate;

        /**
@@ -3771,6 +3772,7 @@ public interface WindowManager extends ViewManager {
         * This value is ignored if {@link #preferredDisplayModeId} is set.
         * @hide
         */
        @TestApi
        public float preferredMaxDisplayRefreshRate;

        /** Indicates whether this window wants the HDR conversion is disabled. */