Loading core/java/android/app/UiAutomation.java +3 −1 Original line number Diff line number Diff line Loading @@ -1667,7 +1667,9 @@ public final class UiAutomation { if (isGenerationChangedLocked()) { return; } mLastEventTimeMillis = event.getEventTime(); // It is not guaranteed that the accessibility framework sends events by the // order of event timestamp. mLastEventTimeMillis = Math.max(mLastEventTimeMillis, event.getEventTime()); if (mWaitingForEventDelivery) { mEventQueue.add(AccessibilityEvent.obtain(event)); } Loading Loading
core/java/android/app/UiAutomation.java +3 −1 Original line number Diff line number Diff line Loading @@ -1667,7 +1667,9 @@ public final class UiAutomation { if (isGenerationChangedLocked()) { return; } mLastEventTimeMillis = event.getEventTime(); // It is not guaranteed that the accessibility framework sends events by the // order of event timestamp. mLastEventTimeMillis = Math.max(mLastEventTimeMillis, event.getEventTime()); if (mWaitingForEventDelivery) { mEventQueue.add(AccessibilityEvent.obtain(event)); } Loading