Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:closeButton

1091                 View closeButton = mMiniKeyboardContainer.findViewById(
1092 com.android.internal.R.id.closeButton);
1093 if (closeButton != null) closeButton.setOnClickListener(this);