D | ActiveGestureErrorDetector.java | 34 public enum GestureEvent { enum in ActiveGestureErrorDetector 58 GestureEvent() { in GestureEvent() method in ActiveGestureErrorDetector.GestureEvent 62 GestureEvent(boolean logEvent, boolean trackEvent) { in GestureEvent() method in ActiveGestureErrorDetector.GestureEvent 85 final Set<GestureEvent> encounteredEvents = new ArraySet<>(); in analyseAndDump() 89 GestureEvent gestureEvent = eventEntry.getGestureEvent(); in analyseAndDump() 98 !encounteredEvents.contains(GestureEvent.MOTION_DOWN), in analyseAndDump() 106 !encounteredEvents.contains(GestureEvent.SET_END_TARGET), in analyseAndDump() 114 !encounteredEvents.contains(GestureEvent.START_RECENTS_ANIMATION), in analyseAndDump() 122 !encounteredEvents.contains(GestureEvent.START_RECENTS_ANIMATION), in analyseAndDump() 130 !encounteredEvents.contains(GestureEvent.STATE_SCREENSHOT_CAPTURED), in analyseAndDump() [all …]
|