auto import from //branches/cupcake/...@126645

This commit is contained in:
The Android Open Source Project
2009-01-15 16:12:07 -08:00
parent 95cf464c5a
commit b8d704a517
62 changed files with 1680 additions and 668 deletions

View File

@@ -445,7 +445,7 @@ public class SoftKeyboard extends InputMethodService
private void handleClose() {
commitTyped(getCurrentInputConnection());
dismissSoftInput();
dismissSoftInput(0);
mInputView.closing();
}
@@ -506,4 +506,8 @@ public class SoftKeyboard extends InputMethodService
public void swipeUp() {
// ?
}
public void onPress(int primaryCode) { }
public void onRelease(int primaryCode) { }
}