Searched refs:mPasteTextView (Results 1 – 2 of 2) sorted by relevance
2810 private TextView mPasteTextView; field in Editor.ActionPopupWindow2834 mPasteTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null); in initContentView()2835 mPasteTextView.setLayoutParams(wrapContent); in initContentView()2836 mContentView.addView(mPasteTextView); in initContentView()2837 mPasteTextView.setText(com.android.internal.R.string.paste); in initContentView()2838 mPasteTextView.setOnClickListener(this); in initContentView()2851 mPasteTextView.setVisibility(canPaste ? View.VISIBLE : View.GONE); in show()2861 if (view == mPasteTextView && mTextView.canPaste()) { in onClick()
591 private TextView mPasteTextView; field in WebViewClassic.PastePopupWindow609 mPasteTextView = (TextView) inflater.inflate( in PastePopupWindow()611 mPasteTextView.setLayoutParams(wrapContent); in PastePopupWindow()612 mContentView.addView(mPasteTextView); in PastePopupWindow()613 mPasteTextView.setText(com.android.internal.R.string.paste); in PastePopupWindow()614 mPasteTextView.setOnClickListener(this); in PastePopupWindow()