Searched refs:mAddToDictionaryButton (Results 1 – 2 of 2) sorted by relevance
4038 private TextView mAddToDictionaryButton; field in Editor.SuggestionsPopupWindow4126 mAddToDictionaryButton = (TextView) mContentView.findViewById( in initContentView()4128 mAddToDictionaryButton.setOnClickListener(new View.OnClickListener() { in initContentView()4261 if (mAddToDictionaryButton.getVisibility() != View.GONE) { in measureContent()4262 mAddToDictionaryButton.measure(horizontalMeasure, verticalMeasure); in measureContent()4263 width = Math.max(width, mAddToDictionaryButton.getMeasuredWidth()); in measureContent()4346 mAddToDictionaryButton.setVisibility(addToDictionaryButtonVisibility); in updateSuggestions()
67127 Landroid/widget/Editor$SuggestionsPopupWindow;->mAddToDictionaryButton:Landroid/widget/TextView;