Searched refs:isEditing (Results 1 – 2 of 2) sorted by relevance
281 final boolean isEditing; in spellCheck()288 isEditing = false; in spellCheck()293 isEditing = selectionEnd <= start || selectionStart > end; in spellCheck()295 isEditing = selectionEnd < start || selectionStart > end; in spellCheck()297 if (start >= 0 && end > start && isEditing) { in spellCheck()
113 public boolean isEditing() { in isEditing() method in TunerZenModePanel