Merge "Turn on ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE flag" into udc-dev am: 84bf2e3a0f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21479951 Change-Id: I4864567820233fdc40dd64886f7a33b94371b58b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -66,7 +66,7 @@ import java.util.concurrent.Executor;
|
|||||||
public final class DisplayManager {
|
public final class DisplayManager {
|
||||||
private static final String TAG = "DisplayManager";
|
private static final String TAG = "DisplayManager";
|
||||||
private static final boolean DEBUG = false;
|
private static final boolean DEBUG = false;
|
||||||
private static final boolean ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE = false;
|
private static final boolean ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE = true;
|
||||||
|
|
||||||
private final Context mContext;
|
private final Context mContext;
|
||||||
private final DisplayManagerGlobal mGlobal;
|
private final DisplayManagerGlobal mGlobal;
|
||||||
|
|||||||
Reference in New Issue
Block a user