Searched refs:ActiveGestureErrorDetector (Results 1 – 8 of 8) sorted by relevance
21 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.CANCEL_RECENTS_ANI…22 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.FINISH_RECENTS_ANI…23 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.INVALID_VELOCITY_O…24 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.LAUNCHER_DESTROYED;25 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_DOWN;26 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_MOVE;27 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_UP;28 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.NAVIGATION_MODE_SW…29 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_CANCEL_RECENTS_…30 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_FINISH_RECENTS_…[all …]
63 public void trackEvent(@Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in trackEvent()80 @NonNull String event, @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()90 @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()126 ActiveGestureErrorDetector.analyseAndDump(prefix + '\t', writer, eventLog); in dump()176 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in isEntrySame()186 private ActiveGestureErrorDetector.GestureEvent gestureEvent;193 protected ActiveGestureErrorDetector.GestureEvent getGestureEvent() { in getGestureEvent()203 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in update()
29 public class ActiveGestureErrorDetector { class69 private ActiveGestureErrorDetector() {} in ActiveGestureErrorDetector() method in ActiveGestureErrorDetector
27 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_ALL…28 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_HOM…29 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_NEW…45 import com.android.quickstep.util.ActiveGestureErrorDetector;231 private static ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateFlag) { in getTrackedEventForState()233 return ActiveGestureErrorDetector.GestureEvent.STATE_END_TARGET_ANIMATION_FINISHED; in getTrackedEventForState()235 return ActiveGestureErrorDetector.GestureEvent.STATE_RECENTS_SCROLLING_FINISHED; in getTrackedEventForState()237 return ActiveGestureErrorDetector.GestureEvent.STATE_RECENTS_ANIMATION_CANCELED; in getTrackedEventForState()
29 import com.android.quickstep.util.ActiveGestureErrorDetector;113 ActiveGestureErrorDetector.GestureEvent gestureEvent = in trackGestureEvents()215 @Nullable ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateflag); in getTrackedEventForState()
65 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APP…140 import com.android.quickstep.util.ActiveGestureErrorDetector;435 private static ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateFlag) { in getTrackedEventForState()437 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_STARTED; in getTrackedEventForState()439 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_COMPLETED; in getTrackedEventForState()441 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_CANCELLED; in getTrackedEventForState()443 return ActiveGestureErrorDetector.GestureEvent.STATE_SCREENSHOT_CAPTURED; in getTrackedEventForState()445 return ActiveGestureErrorDetector.GestureEvent.STATE_CAPTURE_SCREENSHOT; in getTrackedEventForState()447 return ActiveGestureErrorDetector.GestureEvent.STATE_HANDLER_INVALIDATED; in getTrackedEventForState()449 return ActiveGestureErrorDetector.GestureEvent.STATE_LAUNCHER_DRAWN; in getTrackedEventForState()[all …]
41 import com.android.quickstep.util.ActiveGestureErrorDetector825 ActiveGestureErrorDetector.GestureEvent.FLAG_USING_OTHER_ACTIVITY_INPUT_CONSUMER in logInputConsumerSelectionReason()
92 import com.android.quickstep.util.ActiveGestureErrorDetector in <lambda>()1392 ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APPEARED in <lambda>()