Searched defs:canPaste (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DTextView.java8264 if (canPaste()) {
8463 if (canPaste()) {
8529 if (isFocused() && canPaste()) {
8815 boolean canPaste() { method in class:TextView
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java339 if (mManager.canPaste()) {
1410 /** canPaste returns true only if ClipboardManager doen't contain text. */
1411 public boolean canPaste() { method in class:EditStyledText.EditorManager

Completed in 101 milliseconds