Searched refs:canPaste (Results 1 – 3 of 3) sorted by relevance
7286 if (event.hasNoModifiers() && canPaste()) { in doKeyDown()9982 if (canPaste()) { in onKeyShortcut()9996 if (canPaste()) { in onKeyShortcut()10394 if (canPaste()) { in onInitializeAccessibilityNodeInfoInternal()10607 if (isFocused() && canPaste()) { in performAccessibilityActionInternal()11099 boolean canPaste() { in canPaste() method11109 if (!canPaste()) { in canPasteAsPlainText()
2646 .setEnabled(mTextView.canPaste()) in onCreateContextMenu()3835 if (mTextView.canPaste()) { in populateMenuWithItems()
339 if (mManager.canPaste()) { in onCreateContextMenu()1411 public boolean canPaste() { in canPaste() method in EditStyledText.EditorManager