Loading core/java/android/hardware/SensorManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading services/java/com/android/server/WindowManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/java/android/hardware/SensorManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
services/java/com/android/server/WindowManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading