Home | History | Annotate | Download | only in widget

Lines Matching defs:canPaste

8772                 if (canPaste()) {
8828 private boolean canPaste() {
10253 if (canPaste()) {
10353 boolean canPaste = canPaste();
10355 mPasteTextView.setVisibility(canPaste ? View.VISIBLE : View.GONE);
10358 if (!canPaste && !canSuggest) return;
10365 if (view == mPasteTextView && canPaste()) {