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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java959 private boolean mIsCaretSelection; field in class:WebViewClassic
4623 boolean canShowExtent = mSelectingText && !mIsCaretSelection;
4685 if (mIsCaretSelection) {
5047 if (mIsCaretSelection) {
5213 mSelectCallback.setTextSelected(!mIsCaretSelection);
5311 if (!mIsCaretSelection && !startSelectActionMode()) {
5917 if (mIsCaretSelection) {
5926 } else if (mIsCaretSelection) {
6102 if (!mConfirmMove && mIsCaretSelection) {
6420 if (mIsCaretSelection) {
[all...]

Completed in 34 milliseconds