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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java959 private boolean mIsCaretSelection; field in class:WebViewClassic
4585 boolean canShowExtent = mSelectingText && !mIsCaretSelection;
4647 if (mIsCaretSelection) {
5009 if (mIsCaretSelection) {
5175 mSelectCallback.setTextSelected(!mIsCaretSelection);
5273 if (!mIsCaretSelection && !startSelectActionMode()) {
5898 if (mIsCaretSelection) {
5907 } else if (mIsCaretSelection) {
6096 if (!mConfirmMove && mIsCaretSelection) {
6414 if (mIsCaretSelection) {
[all...]

Completed in 76 milliseconds