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

/frameworks/base/core/java/android/widget/
H A DTextView.java7272 if (event.hasNoModifiers() && canCut()) {
9977 if (canCut()) {
10411 if (canCut()) {
10628 if (isFocused() && canCut()) {
11075 boolean canCut() { method in class:TextView

Completed in 359 milliseconds