Searched refs:newTextValue (Results 1 – 1 of 1) sorted by relevance
4372 private void updateFilteringStateOnValueChangedLocked(@Nullable String newTextValue, in updateFilteringStateOnValueChangedLocked() argument4374 if (newTextValue == null) { in updateFilteringStateOnValueChangedLocked()4377 newTextValue = ""; in updateFilteringStateOnValueChangedLocked()4388 if (!containsCharsInOrder(newTextValue, currentTextValue)) { in updateFilteringStateOnValueChangedLocked()4391 } else if (!containsCharsInOrder(currentTextValue, newTextValue)) { in updateFilteringStateOnValueChangedLocked()