Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureLog.java68 addLog(TYPE_GESTURE_EVENT, "", 0, CompoundString.NO_OP, gestureEvent); in trackEvent()
83 public void addLog(CompoundString compoundString) { in addLog()
94 addLog(TYPE_ONE_OFF, event, 0, CompoundString.NO_OP, gestureEvent); in addLog()
101 addLog(TYPE_INTEGER, event, extras, CompoundString.NO_OP, gestureEvent); in addLog()
112 CompoundString.NO_OP, in addLog()
120 CompoundString compoundString, in addLog()
221 CompoundString compoundString, in isEntrySame()
237 @NonNull private CompoundString mCompoundString;
253 @NonNull CompoundString compoundString, in update()
277 public static class CompoundString { class in ActiveGestureLog
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java121 import com.android.quickstep.util.ActiveGestureLog.CompoundString;
794 InputConsumer.NO_OP, gestureState, motionEvent, CompoundString.NO_OP); in tryCreateAssistantInputConsumer()
801 CompoundString reasonString) { in tryCreateAssistantInputConsumer()
834 ActiveGestureLog.INSTANCE.addLog(new CompoundString("Current running task package name=") in createGestureState()
836 ActiveGestureLog.INSTANCE.addLog(new CompoundString("Current SystemUi state flags=") in createGestureState()
859 CompoundString reasonString = newCompoundString("device locked"); in newConsumer()
876 CompoundString reasonString; in newConsumer()
1008 private CompoundString newCompoundString(String substring) { in newCompoundString()
1009 return new CompoundString(NEWLINE_PREFIX).append(substring); in newCompoundString()
1013 InputConsumer consumer, CompoundString reasonString) { in logInputConsumerSelectionReason()
[all …]
DAbsSwipeUpHandler.java1217 new ActiveGestureLog.CompoundString("calculateEndTarget: velocities=(x=")
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java52 ActiveGestureLog.INSTANCE.addLog(new ActiveGestureLog.CompoundString(getDelegatorName()) in setActive()