Searched refs:compoundString (Results 1 – 2 of 2) sorted by relevance
106 public void addLog(@NonNull CompoundString compoundString) { in addLog() argument107 addLog(compoundString, null); in addLog()111 @NonNull CompoundString compoundString, in addLog()118 eventEntry.update(compoundString, gestureEvent); in addLog()131 if (isEntrySame(lastEntry, compoundString, gestureEvent)) { in addLog()137 eventEntry.update(compoundString, gestureEvent); in addLog()197 CompoundString compoundString, in isEntrySame() argument200 && entry.mCompoundString.equals(compoundString) in isEntrySame()224 @NonNull CompoundString compoundString, in update()226 this.mCompoundString = compoundString; in update()
242 private void addLogs(ActiveGestureLog.CompoundString compoundString) {245 .append(compoundString);