From f343d3df0070f2e192da0e9bc4f70f2aa38e179f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 8 Feb 2011 11:42:32 -0800 Subject: Doc change: add diff report for API 11 Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295 --- ...ndroid.view.inputmethod.InputMethodManager.html | 164 +++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 docs/html/sdk/api_diff/11/changes/android.view.inputmethod.InputMethodManager.html (limited to 'docs/html/sdk/api_diff/11/changes/android.view.inputmethod.InputMethodManager.html') diff --git a/docs/html/sdk/api_diff/11/changes/android.view.inputmethod.InputMethodManager.html b/docs/html/sdk/api_diff/11/changes/android.view.inputmethod.InputMethodManager.html new file mode 100644 index 0000000..ae7396b --- /dev/null +++ b/docs/html/sdk/api_diff/11/changes/android.view.inputmethod.InputMethodManager.html @@ -0,0 +1,164 @@ + + + + + + + + + +android.view.inputmethod.InputMethodManager + + + + + + + + + + +
+
+
+

+Class android.view.inputmethod.InputMethodManager +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + InputMethodSubtype getCurrentInputMethodSubtype() +  
+ + List<InputMethodSubtype> getEnabledInputMethodSubtypeList(InputMethodInfo, boolean) +  
+ + (Map<InputMethodInfo, List<InputMethodSubtype>>getShortcutInputMethodsAndSubtypes() +  
+ + boolean setCurrentInputMethodSubtype(InputMethodSubtype) +  
+ + void setInputMethodAndSubtype(IBinder, String, InputMethodSubtype) +  
+ + void showInputMethodAndSubtypeEnabler(String) +  
+ + boolean switchToLastInputMethod(IBinder) +  
+  + +

+ +
+
+ + + + -- cgit v1.1