Searched refs:mAddToDictionaryButton (Results 1 – 2 of 2) sorted by relevance
3553 private TextView mAddToDictionaryButton; field in Editor.SuggestionsPopupWindow3641 mAddToDictionaryButton = (TextView) mContentView.findViewById( in initContentView()3643 mAddToDictionaryButton.setOnClickListener(new View.OnClickListener() { in initContentView()3776 if (mAddToDictionaryButton.getVisibility() != View.GONE) { in measureContent()3777 mAddToDictionaryButton.measure(horizontalMeasure, verticalMeasure); in measureContent()3778 width = Math.max(width, mAddToDictionaryButton.getMeasuredWidth()); in measureContent()3860 mAddToDictionaryButton.setVisibility(addToDictionaryButtonVisibility); in updateSuggestions()
81556 Landroid/widget/Editor$SuggestionsPopupWindow;->mAddToDictionaryButton:Landroid/widget/TextView;