Loading core/java/android/view/ViewRootImpl.java +7 −3 Original line number Diff line number Diff line Loading @@ -4056,11 +4056,15 @@ public final class ViewRootImpl implements ViewParent, mChoreographer.removeCallbacks(Choreographer.CALLBACK_INPUT, mConsumedBatchedInputRunnable, null); } } // Always consume batched input events even if not scheduled, because there // might be new input there waiting for us that we have no noticed yet because // the Looper has not had a chance to run again. if (mInputEventReceiver != null) { mInputEventReceiver.consumeBatchedInputEvents(); } } } final class TraversalRunnable implements Runnable { @Override Loading Loading
core/java/android/view/ViewRootImpl.java +7 −3 Original line number Diff line number Diff line Loading @@ -4056,11 +4056,15 @@ public final class ViewRootImpl implements ViewParent, mChoreographer.removeCallbacks(Choreographer.CALLBACK_INPUT, mConsumedBatchedInputRunnable, null); } } // Always consume batched input events even if not scheduled, because there // might be new input there waiting for us that we have no noticed yet because // the Looper has not had a chance to run again. if (mInputEventReceiver != null) { mInputEventReceiver.consumeBatchedInputEvents(); } } } final class TraversalRunnable implements Runnable { @Override Loading