Searched refs:ActiveGestureErrorDetector (Results 1 – 12 of 12) sorted by relevance
63 public void trackEvent(@Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in trackEvent()88 @NonNull String event, @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()95 @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()102 @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()112 @Nullable ActiveGestureErrorDetector.GestureEvent gestureEvent) { in addLog()148 ActiveGestureErrorDetector.analyseAndDump(prefix + '\t', writer, eventLog); in dump()198 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in isEntrySame()208 private ActiveGestureErrorDetector.GestureEvent gestureEvent;215 protected ActiveGestureErrorDetector.GestureEvent getGestureEvent() { in getGestureEvent()225 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in update()
29 public class ActiveGestureErrorDetector { class68 private ActiveGestureErrorDetector() {} in ActiveGestureErrorDetector() method in ActiveGestureErrorDetector
27 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET;28 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_ALL…29 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_HOM…30 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.SET_END_TARGET_NEW…42 import com.android.quickstep.util.ActiveGestureErrorDetector;224 private static ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateFlag) { in getTrackedEventForState()226 return ActiveGestureErrorDetector.GestureEvent.STATE_END_TARGET_ANIMATION_FINISHED; in getTrackedEventForState()228 return ActiveGestureErrorDetector.GestureEvent.STATE_RECENTS_SCROLLING_FINISHED; in getTrackedEventForState()230 return ActiveGestureErrorDetector.GestureEvent.STATE_RECENTS_ANIMATION_CANCELED; in getTrackedEventForState()
22 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_CANCEL_RECENTS_…23 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_FINISH_RECENTS_…24 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_START_RECENTS_A…37 import com.android.quickstep.util.ActiveGestureErrorDetector;177 ActiveGestureErrorDetector.GestureEvent.TASK_APPEARED); in onTasksAppeared()
29 import com.android.quickstep.util.ActiveGestureErrorDetector;112 ActiveGestureErrorDetector.GestureEvent gestureEvent = in trackGestureEvents()215 @Nullable ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateflag); in getTrackedEventForState()
21 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.FINISH_RECENTS_ANI…38 import com.android.quickstep.util.ActiveGestureErrorDetector;205 ActiveGestureErrorDetector.GestureEvent.CLEANUP_SCREENSHOT); in cleanupScreenshot()
58 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.CANCEL_RECENTS_ANI…59 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APP…60 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.INVALID_VELOCITY_O…61 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.LAUNCHER_DESTROYED;62 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.ON_SETTLED_ON_END_…123 import com.android.quickstep.util.ActiveGestureErrorDetector;399 private static ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateFlag) { in getTrackedEventForState()401 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_STARTED; in getTrackedEventForState()403 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_COMPLETED; in getTrackedEventForState()405 return ActiveGestureErrorDetector.GestureEvent.STATE_GESTURE_CANCELLED; in getTrackedEventForState()[all …]
41 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.FLAG_USING_OTHER_A…42 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_DOWN;43 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_MOVE;44 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.MOTION_UP;45 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.RECENTS_ANIMATION_…
28 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.START_RECENTS_ANIM…
24 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.RECENT_TASKS_MISSI…
93 import com.android.quickstep.util.ActiveGestureErrorDetector in <lambda>()995 ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APPEARED in <lambda>()
197 import com.android.quickstep.util.ActiveGestureErrorDetector;1728 ActiveGestureErrorDetector.GestureEvent.SCROLLER_ANIMATION_ABORTED); in onScrollerAnimationAborted()