Searched refs:canPaste (Results 1 – 3 of 3) sorted by relevance
8380 if (event.hasNoModifiers() && canPaste()) { in doKeyDown()8400 } else if (event.hasModifiers(KeyEvent.META_SHIFT_ON) && canPaste()) { in doKeyDown()11161 if (canPaste()) { in onKeyShortcut()11175 if (canPaste()) { in onKeyShortcut()11689 if (canPaste()) { in onInitializeAccessibilityNodeInfoInternal()11902 if (isFocused() && canPaste()) { in performAccessibilityActionInternal()12556 boolean canPaste() { in canPaste() method in TextView.Drawables12565 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