Searched refs:canPaste (Results 1 – 3 of 3) sorted by relevance
8390 if (event.hasNoModifiers() && canPaste()) { in doKeyDown()8410 } else if (event.hasModifiers(KeyEvent.META_SHIFT_ON) && canPaste()) { in doKeyDown()11171 if (canPaste()) { in onKeyShortcut()11185 if (canPaste()) { in onKeyShortcut()11705 if (canPaste()) { in onInitializeAccessibilityNodeInfoInternal()11918 if (isFocused() && canPaste()) { in performAccessibilityActionInternal()12570 boolean canPaste() { in canPaste() method in TextView.Drawables12579 if (!canPaste()) { in canPasteAsPlainText()
2820 .setEnabled(mTextView.canPaste()) in onCreateContextMenu()4004 if (mTextView.canPaste()) { in populateMenuWithItems()
339 if (mManager.canPaste()) { in onCreateContextMenu()1411 public boolean canPaste() { in canPaste() method in EditStyledText.EditorManager