Loading core/java/android/os/ConcurrentMessageQueue/MessageQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -754,7 +754,7 @@ public final class MessageQueue { // Idle handles only run if the queue is empty or if the first message // in the queue (possibly a barrier) is due to be handled in the future. if (pendingIdleHandlerCount < 0 && mNextPollTimeoutMillis != 0) { && isIdle()) { pendingIdleHandlerCount = mIdleHandlers.size(); } if (pendingIdleHandlerCount <= 0) { Loading core/java/android/os/SemiConcurrentMessageQueue/MessageQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -712,7 +712,7 @@ public final class MessageQueue { // Idle handles only run if the queue is empty or if the first message // in the queue (possibly a barrier) is due to be handled in the future. if (pendingIdleHandlerCount < 0 && mNextPollTimeoutMillis != 0) { && isIdle()) { pendingIdleHandlerCount = mIdleHandlers.size(); } if (pendingIdleHandlerCount <= 0) { Loading Loading
core/java/android/os/ConcurrentMessageQueue/MessageQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -754,7 +754,7 @@ public final class MessageQueue { // Idle handles only run if the queue is empty or if the first message // in the queue (possibly a barrier) is due to be handled in the future. if (pendingIdleHandlerCount < 0 && mNextPollTimeoutMillis != 0) { && isIdle()) { pendingIdleHandlerCount = mIdleHandlers.size(); } if (pendingIdleHandlerCount <= 0) { Loading
core/java/android/os/SemiConcurrentMessageQueue/MessageQueue.java +1 −1 Original line number Diff line number Diff line Loading @@ -712,7 +712,7 @@ public final class MessageQueue { // Idle handles only run if the queue is empty or if the first message // in the queue (possibly a barrier) is due to be handled in the future. if (pendingIdleHandlerCount < 0 && mNextPollTimeoutMillis != 0) { && isIdle()) { pendingIdleHandlerCount = mIdleHandlers.size(); } if (pendingIdleHandlerCount <= 0) { Loading