Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureLog.java71 addLog(TYPE_GESTURE_EVENT, "", 0, CompoundString.NO_OP, gestureEvent); in trackEvent()
86 public void addLog(CompoundString compoundString) { in addLog()
97 addLog(TYPE_ONE_OFF, event, 0, CompoundString.NO_OP, gestureEvent); in addLog()
104 addLog(TYPE_INTEGER, event, extras, CompoundString.NO_OP, gestureEvent); in addLog()
115 CompoundString.NO_OP, in addLog()
123 CompoundString compoundString, in addLog()
230 CompoundString compoundString, in isEntrySame()
246 @NonNull private CompoundString mCompoundString;
262 @NonNull CompoundString compoundString, in update()
286 public static class CompoundString { class in ActiveGestureLog
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java107 import com.android.quickstep.util.ActiveGestureLog.CompoundString;
702 InputConsumer.NO_OP, gestureState, motionEvent, CompoundString.NO_OP); in tryCreateAssistantInputConsumer()
709 CompoundString reasonString) { in tryCreateAssistantInputConsumer()
739 ActiveGestureLog.INSTANCE.addLog(new CompoundString("Current running task package name=") in createGestureState()
741 ActiveGestureLog.INSTANCE.addLog(new CompoundString("Current SystemUi state flags=") in createGestureState()
762 CompoundString reasonString = newCompoundString("device locked"); in newConsumer()
779 CompoundString reasonString; in newConsumer()
887 private CompoundString newCompoundString(String substring) { in newCompoundString()
888 return new CompoundString(NEWLINE_PREFIX).append(substring); in newCompoundString()
892 InputConsumer consumer, CompoundString reasonString) { in logInputConsumerSelectionReason()
[all …]
DAbsSwipeUpHandler.java1137 new ActiveGestureLog.CompoundString("calculateEndTarget: velocities=(x=")