Home
last modified time | relevance | path

Searched refs:CompoundString (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureLog.java64 addLog(CompoundString.NO_OP, gestureEvent); in trackEvent()
89 addLog(new CompoundString(event), gestureEvent); in addLog()
96 addLog(new CompoundString(event).append(": ").append(extras), gestureEvent); in addLog()
103 addLog(new CompoundString(event).append(": ").append(extras), gestureEvent); in addLog()
106 public void addLog(@NonNull CompoundString compoundString) { in addLog()
111 @NonNull CompoundString compoundString, in addLog()
197 CompoundString compoundString, in isEntrySame()
207 @NonNull private CompoundString mCompoundString;
224 @NonNull CompoundString compoundString, in update()
251 public static class CompoundString { class in ActiveGestureLog
[all …]
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 …]
DTaskRemovedDuringLaunchListener.java102 new ActiveGestureLog.CompoundString("Launch failed, task (id=") in checkTaskLaunchFailed()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java123 import com.android.quickstep.util.ActiveGestureLog.CompoundString;
778 ActiveGestureLog.INSTANCE.addLog(new CompoundString("TIS.onInputEvent: ")
791 ActiveGestureLog.INSTANCE.addLog(new CompoundString("TIS.onInputEvent: ")
812 new CompoundString("TIS.onMotionEvent: A new gesture has been ")
824 CompoundString reasonString = action == ACTION_DOWN
825 ? new CompoundString("TIS.onMotionEvent: ") : CompoundString.NO_OP;
887 new CompoundString("onMotionEvent(")
902 new CompoundString("onMotionEvent: ")
913 new CompoundString("onMotionEvent: ")
963 InputConsumer.NO_OP, gestureState, motionEvent, CompoundString.NO_OP);
[all …]
DTaskAnimationManager.java168 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()
281 new ActiveGestureLog.CompoundString("Launching side task id=") in startRecentsAnimation()
344 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startRecentsAnimation()
358 new ActiveGestureLog.CompoundString( in startRecentsAnimation()
DOverviewComponentObserver.java298 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString( in startHomeIntentSafely()
DAbsSwipeUpHandler.java1202 new ActiveGestureLog.CompoundString("onSettledOnEndTarget ")
1233 new ActiveGestureLog.CompoundString("calculateEndTarget: velocities=(x=")
2316 ActiveGestureLog.CompoundString nextTaskLog = new ActiveGestureLog.CompoundString(
2416 new ActiveGestureLog.CompoundString("Unexpected task appeared")
DGestureState.java415 new ActiveGestureLog.CompoundString("setEndTarget ") in setEndTarget()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java60 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(getDelegatorName()) in setActive()