Home
last modified time | relevance | path

Searched refs:windowGainedFocus (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl58 InputBindResult windowGainedFocus(in IInputMethodClient client, in IBinder windowToken, in windowGainedFocus() method
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeIInputMethodManager.java228 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, in windowGainedFocus() method in BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1230 res = mService.windowGainedFocus(mClient, windowGainingFocus, in startInputInner()
1444 mService.windowGainedFocus(mClient, rootView.getWindowToken(), in onWindowFocus()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1977 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, in windowGainedFocus() method in InputMethodManagerService