OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switchToLastInputMethod
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeIInputMethodManager.java
169
public boolean
switchToLastInputMethod
(IBinder arg0) throws RemoteException {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java
62
InputMethodManager.class, "
switchToLastInputMethod
", IBinder.class);
218
public boolean
switchToLastInputMethod
(IBinder token) {
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java
205
switchToLastInputMethod
();
213
switchToLastInputMethod
();
611
private void
switchToLastInputMethod
() {
619
return mImm.
switchToLastInputMethod
(token);
625
// called
switchToLastInputMethod
()
631
// subtype by
switchToLastInputMethod
, the current IME and subtype should keep
785
// still in voice mode. LatinIME needs to call
switchToLastInputMethod
().
787
switchToLastInputMethod
();
790
// as a result of
switchToLastInputMethod
() etc.),
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
[
all
...]
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 117 milliseconds