Searched refs:canPaste (Results 1 – 3 of 3) sorted by relevance
8507 if (event.hasNoModifiers() && canPaste()) { in doKeyDown()8527 } else if (event.hasModifiers(KeyEvent.META_SHIFT_ON) && canPaste()) { in doKeyDown()11490 if (canPaste()) { in onKeyShortcut()11504 if (canPaste()) { in onKeyShortcut()12082 if (canPaste()) { in onInitializeAccessibilityNodeInfoInternal()12314 if (isFocused() && canPaste()) { in performAccessibilityActionInternal()12991 boolean canPaste() { in canPaste() method in TextView.Drawables13000 if (!canPaste()) { in canPasteAsPlainText()
3051 .setEnabled(mTextView.canPaste()) in onCreateContextMenu()4249 if (mTextView.canPaste()) { in populateMenuWithItems()
339 if (mManager.canPaste()) { in onCreateContextMenu()1411 public boolean canPaste() { in canPaste() method in EditStyledText.EditorManager