Home | History | Annotate | Download | only in widget

Lines Matching refs:canPaste

2820             if (mTextView.canPaste()) {
2931 boolean canPaste = mTextView.canPaste();
2933 mPasteTextView.setVisibility(canPaste ? View.VISIBLE : View.GONE);
2936 if (!canPaste && !canSuggest) return;
2943 if (view == mPasteTextView && mTextView.canPaste()) {