Home
last modified time | relevance | path

Searched refs:mStyleShortcutsEnabled (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditText.java88 private boolean mStyleShortcutsEnabled = false; field in EditText
124 mStyleShortcutsEnabled = a.getBoolean(attr, false); in EditText()
251 if (mStyleShortcutsEnabled && hasSelection()) { in onKeyShortcut()
256 if (mStyleShortcutsEnabled && hasSelection()) { in onKeyShortcut()
261 if (mStyleShortcutsEnabled && hasSelection()) { in onKeyShortcut()
307 mStyleShortcutsEnabled = enabled; in setStyleShortcutsEnabled()
315 return mStyleShortcutsEnabled; in isStyleShortcutEnabled()