Searched refs:shouldObscureInput (Results 1 – 2 of 2) sorted by relevance
122 public boolean shouldObscureInput(EditorInfo editorInfo) { in shouldObscureInput() method in AccessibilityUtils191 if (shouldObscureInput(editorInfo)) { in onStartInputViewInternal()
297 final boolean shouldObscure = mAccessibilityUtils.shouldObscureInput(editorInfo); in getKeyDescription()