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

Commit 413ee473 authored by ChainsDD's avatar ChainsDD
Browse files

Merge commit 'upstream/eclair' into eclair

parents 6a2c75c9 2dcf392e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ public class SensorManager
                final float[] values = new float[3];
                final int[] status = new int[1];
                final long timestamp[] = new long[1];
                Process.setThreadPriority(Process.THREAD_PRIORITY_DISPLAY);
                Process.setThreadPriority(Process.THREAD_PRIORITY_URGENT_DISPLAY);

                if (!open()) {
                    return;
+2 −2
Original line number Diff line number Diff line
@@ -453,8 +453,8 @@ public class WindowManagerService extends IWindowManager.Stub

    PowerManagerService mPowerManager;

    float mWindowAnimationScale = 1.0f;
    float mTransitionAnimationScale = 1.0f;
    float mWindowAnimationScale = 0.5f;
    float mTransitionAnimationScale = 0.5f;

    final KeyWaiter mKeyWaiter = new KeyWaiter();
    final KeyQ mQueue;