AI 143296: Merge from donut Change 143147
Automated import of CL 143296
This commit is contained in:
committed by
The Android Open Source Project
parent
f8dd2e1d4b
commit
bf62297bd1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user