Searched refs:mAddToDictionaryButton (Results 1 – 2 of 2) sorted by relevance
4147 private TextView mAddToDictionaryButton; field in Editor.SuggestionsPopupWindow4235 mAddToDictionaryButton = (TextView) mContentView.findViewById( in initContentView()4237 mAddToDictionaryButton.setOnClickListener(new View.OnClickListener() { in initContentView()4370 if (mAddToDictionaryButton.getVisibility() != View.GONE) { in measureContent()4371 mAddToDictionaryButton.measure(horizontalMeasure, verticalMeasure); in measureContent()4372 width = Math.max(width, mAddToDictionaryButton.getMeasuredWidth()); in measureContent()4455 mAddToDictionaryButton.setVisibility(addToDictionaryButtonVisibility); in updateSuggestions()
66484 Landroid/widget/Editor$SuggestionsPopupWindow;->mAddToDictionaryButton:Landroid/widget/TextView;