Home
last modified time | relevance | path

Searched refs:ActiveGestureErrorDetector (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureLog.java63 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()
DActiveGestureErrorDetector.java29 public class ActiveGestureErrorDetector { class
68 private ActiveGestureErrorDetector() {} in ActiveGestureErrorDetector() method in ActiveGestureErrorDetector
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java27 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()
DRecentsAnimationCallbacks.java22 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()
DMultiStateCallback.java29 import com.android.quickstep.util.ActiveGestureErrorDetector;
112 ActiveGestureErrorDetector.GestureEvent gestureEvent = in trackGestureEvents()
215 @Nullable ActiveGestureErrorDetector.GestureEvent getTrackedEventForState(int stateflag); in getTrackedEventForState()
DRecentsAnimationController.java21 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()
DAbsSwipeUpHandler.java58 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 …]
DTouchInteractionService.java41 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_…
DTaskAnimationManager.java28 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.START_RECENTS_ANIM…
DSystemUiProxy.java24 import static com.android.quickstep.util.ActiveGestureErrorDetector.GestureEvent.RECENT_TASKS_MISSI…
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt93 import com.android.quickstep.util.ActiveGestureErrorDetector in <lambda>()
995 ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APPEARED in <lambda>()
DRecentsView.java197 import com.android.quickstep.util.ActiveGestureErrorDetector;
1728 ActiveGestureErrorDetector.GestureEvent.SCROLLER_ANIMATION_ABORTED); in onScrollerAnimationAborted()