Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:closeButton

1087                 View closeButton = mMiniKeyboardContainer.findViewById(
1088 com.android.internal.R.id.closeButton);
1089 if (closeButton != null) closeButton.setOnClickListener(this);