AI 143296: Merge from donut Change 143147

Automated import of CL 143296
This commit is contained in:
Jean-Baptiste Queru
2009-03-27 17:43:53 -07:00
committed by The Android Open Source Project
parent f8dd2e1d4b
commit bf62297bd1
9 changed files with 107 additions and 265 deletions

View File

@@ -932,7 +932,7 @@ public class KeyboardView extends View implements View.OnClickListener {
mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
com.android.internal.R.id.keyboardView);
View closeButton = mMiniKeyboardContainer.findViewById(
com.android.internal.R.id.button_close);
com.android.internal.R.id.closeButton);
if (closeButton != null) closeButton.setOnClickListener(this);
mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {
public void onKey(int primaryCode, int[] keyCodes) {