Searched defs:mAddToDictionaryButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java3526 private TextView mAddToDictionaryButton; field in class:Editor.SuggestionsPopupWindow
3614 mAddToDictionaryButton = (TextView) mContentView.findViewById(
3616 mAddToDictionaryButton.setOnClickListener(new View.OnClickListener() {
3754 if (mAddToDictionaryButton.getVisibility() != View.GONE) {
3755 mAddToDictionaryButton.measure(horizontalMeasure, verticalMeasure);
3756 width = Math.max(width, mAddToDictionaryButton.getMeasuredWidth());
3838 mAddToDictionaryButton.setVisibility(addToDictionaryButtonVisibility);

Completed in 118 milliseconds