Searched defs:canCut (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java7270 if (event.hasNoModifiers() && canCut()) {
9972 if (canCut()) {
10397 if (canCut()) {
10614 if (isFocused() && canCut()) {
11057 boolean canCut() { method in class:TextView

Completed in 76 milliseconds