Home
last modified time | relevance | path

Searched refs:ActiveGestureLog (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java100 ActiveGestureLog.CompoundString log = in MotionPauseDetector()
101 new ActiveGestureLog.CompoundString("Force pause timeout after ") in MotionPauseDetector()
122 ActiveGestureLog.CompoundString log = in setDisallowPause()
123 new ActiveGestureLog.CompoundString("Set disallowPause=") in setDisallowPause()
163 ActiveGestureLog.CompoundString isPausedReason; in checkMotionPaused()
167 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
173 isPausedReason = new ActiveGestureLog.CompoundString("Velocity changed directions"); in checkMotionPaused()
176 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
184 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
194 isPausedReason = new ActiveGestureLog.CompoundString( in checkMotionPaused()
[all …]
DActiveGestureLog.java34 public class ActiveGestureLog { class
38 public static final ActiveGestureLog INSTANCE = new ActiveGestureLog();
52 private ActiveGestureLog() { in ActiveGestureLog() method in ActiveGestureLog
DTaskRemovedDuringLaunchListener.java101 ActiveGestureLog.INSTANCE.addLog( in checkTaskLaunchFailed()
102 new ActiveGestureLog.CompoundString("Launch failed, task (id=") in checkTaskLaunchFailed()
DActiveGestureErrorDetector.java75 @NonNull ActiveGestureLog.EventLog eventLog) { in analyseAndDump()
88 for (ActiveGestureLog.EventEntry eventEntry : eventLog.eventEntries) { in analyseAndDump()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java48 import com.android.quickstep.util.ActiveGestureLog;
135 ActiveGestureLog.INSTANCE.addLog( in startRecentsAnimation()
168 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startRecentsAnimation()
214 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startRecentsAnimation()
226 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startRecentsAnimation()
280 ActiveGestureLog.INSTANCE.addLog( in startRecentsAnimation()
281 new ActiveGestureLog.CompoundString("Launching side task id=") in startRecentsAnimation()
289 ActiveGestureLog.INSTANCE.addLog("Unable to launch side task (no recents)"); in startRecentsAnimation()
344 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startRecentsAnimation()
357 ActiveGestureLog.INSTANCE.addLog( in startRecentsAnimation()
[all …]
DRecentsAnimationCallbacks.java38 import com.android.quickstep.util.ActiveGestureLog;
114 ActiveGestureLog.INSTANCE.addLog( in onAnimationStart()
148 ActiveGestureLog.INSTANCE.addLog( in onAnimationStart()
163 ActiveGestureLog.INSTANCE.addLog( in onAnimationCanceled()
176 ActiveGestureLog.INSTANCE.addLog("RecentsAnimationCallbacks.onTasksAppeared", in onTasksAppeared()
198 ActiveGestureLog.INSTANCE.addLog( in onAnimationFinished()
DMultiStateCallback.java30 import com.android.quickstep.util.ActiveGestureLog;
118 ActiveGestureLog.INSTANCE.addLog(gestureEvent.name(), gestureEvent); in trackGestureEvents()
120 ActiveGestureLog.INSTANCE.addLog(gestureEvent.name()); in trackGestureEvents()
122 ActiveGestureLog.INSTANCE.trackEvent(gestureEvent); in trackGestureEvents()
DGestureState.java43 import com.android.quickstep.util.ActiveGestureLog;
414 ActiveGestureLog.INSTANCE.addLog( in setEndTarget()
415 new ActiveGestureLog.CompoundString("setEndTarget ") in setEndTarget()
420 ActiveGestureLog.INSTANCE.trackEvent(SET_END_TARGET_HOME); in setEndTarget()
423 ActiveGestureLog.INSTANCE.trackEvent(SET_END_TARGET_NEW_TASK); in setEndTarget()
426 ActiveGestureLog.INSTANCE.trackEvent(SET_END_TARGET_ALL_APPS); in setEndTarget()
DRecentsAnimationController.java39 import com.android.quickstep.util.ActiveGestureLog;
168 ActiveGestureLog.INSTANCE.addLog( in finishController()
180 ActiveGestureLog.INSTANCE.addLog("finishRecentsAnimation-callback"); in finishController()
203 ActiveGestureLog.INSTANCE.addLog( in cleanupScreenshot()
DTouchInteractionService.java122 import com.android.quickstep.util.ActiveGestureLog;
123 import com.android.quickstep.util.ActiveGestureLog.CompoundString;
778 ActiveGestureLog.INSTANCE.addLog(new CompoundString("TIS.onInputEvent: ")
791 ActiveGestureLog.INSTANCE.addLog(new CompoundString("TIS.onInputEvent: ")
811 ActiveGestureLog.INSTANCE.addLog(
883 ActiveGestureLog.INSTANCE.addLog(reasonString);
886 ActiveGestureLog.INSTANCE.addLog(
901 ActiveGestureLog.INSTANCE.addLog(
912 ActiveGestureLog.INSTANCE.addLog(
988 ActiveGestureLog.INSTANCE.getLogId());
[all …]
DAbsSwipeUpHandler.java124 import com.android.quickstep.util.ActiveGestureLog;
199 ActiveGestureLog.INSTANCE.addLog("Launcher destroyed", LAUNCHER_DESTROYED);
1007 ActiveGestureLog.INSTANCE.addLog(
1201 ActiveGestureLog.INSTANCE.addLog(
1202 new ActiveGestureLog.CompoundString("onSettledOnEndTarget ")
1232 ActiveGestureLog.INSTANCE.addLog(
1233 new ActiveGestureLog.CompoundString("calculateEndTarget: velocities=(x=")
1442 ActiveGestureLog.INSTANCE.trackEvent(ActiveGestureErrorDetector.GestureEvent
1450 ActiveGestureLog.INSTANCE.trackEvent(
1998 ActiveGestureLog.INSTANCE.addLog(
[all …]
DOverviewComponentObserver.java42 import com.android.quickstep.util.ActiveGestureLog;
298 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startHomeIntentSafely()
DOverviewCommandHelper.java23 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;
48 import com.android.quickstep.util.ActiveGestureLog;
266 ActiveGestureLog.INSTANCE.addLog( in executeCommand()
DRecentsAnimationDeviceState.java71 import com.android.quickstep.util.ActiveGestureLog;
253 ActiveGestureLog.INSTANCE.setIsFullyGesturalNavMode(isFullyGesturalNavMode()); in onDisplayInfoChanged()
DSystemUiProxy.java70 import com.android.quickstep.util.ActiveGestureLog;
1541 ActiveGestureLog.INSTANCE.addLog("Null mRecentTasks", RECENT_TASKS_MISSING); in startRecentsActivity()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java8 import com.android.quickstep.util.ActiveGestureLog;
60 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(getDelegatorName()) in setActive()
DProgressDelegateInputConsumer.java24 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;
DDeviceLockedInputConsumer.java28 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;
DOtherActivityInputConsumer.java32 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt94 import com.android.quickstep.util.ActiveGestureLog in <lambda>()
994 ActiveGestureLog.INSTANCE.trackEvent( in <lambda>()
DRecentsView.java198 import com.android.quickstep.util.ActiveGestureLog;
1523 ActiveGestureLog.INSTANCE.addLog( in onPageEndTransition()
1727 ActiveGestureLog.INSTANCE.addLog("scroller animation aborted", in onScrollerAnimationAborted()