Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureErrorDetector.java34 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 …]
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()
198 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in isEntrySame()
208 private ActiveGestureErrorDetector.GestureEvent gestureEvent;
215 protected ActiveGestureErrorDetector.GestureEvent getGestureEvent() { in getGestureEvent()
225 ActiveGestureErrorDetector.GestureEvent gestureEvent) { in update()
/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…
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…
177 ActiveGestureErrorDetector.GestureEvent.TASK_APPEARED); in onTasksAppeared()
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_…
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()
407 return ActiveGestureErrorDetector.GestureEvent.STATE_SCREENSHOT_CAPTURED; in getTrackedEventForState()
[all …]
DMultiStateCallback.java112 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…
205 ActiveGestureErrorDetector.GestureEvent.CLEANUP_SCREENSHOT); in cleanupScreenshot()
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.kt995 ActiveGestureErrorDetector.GestureEvent.EXPECTING_TASK_APPEARED in <lambda>()
DRecentsView.java1728 ActiveGestureErrorDetector.GestureEvent.SCROLLER_ANIMATION_ABORTED); in onScrollerAnimationAborted()