Searched refs:newTextValue (Results 1 – 1 of 1) sorted by relevance
4886 private void updateFilteringStateOnValueChangedLocked(@Nullable String newTextValue, in updateFilteringStateOnValueChangedLocked() argument4888 if (newTextValue == null) { in updateFilteringStateOnValueChangedLocked()4891 newTextValue = ""; in updateFilteringStateOnValueChangedLocked()4902 if (!containsCharsInOrder(newTextValue, currentTextValue)) { in updateFilteringStateOnValueChangedLocked()4905 } else if (!containsCharsInOrder(currentTextValue, newTextValue)) { in updateFilteringStateOnValueChangedLocked()