Bug 568927 - Hide task on window minimize on Android, r=mwu,alexp

This commit is contained in:
Matt Brubeck
2010-06-16 10:20:54 -07:00
parent 151d0b3889
commit bb8f41f992
5 changed files with 21 additions and 1 deletions

View File

@@ -214,6 +214,10 @@ class GeckoAppShell
}
}
public static void moveTaskToBack() {
GeckoApp.mAppContext.moveTaskToBack(true);
}
public static void returnIMEQueryResult(String result, int selectionStart, int selectionEnd) {
GeckoApp.surfaceView.inputConnection.mSelectionStart = selectionStart;
GeckoApp.surfaceView.inputConnection.mSelectionEnd = selectionEnd;