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

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl58 InputBindResult windowGainedFocus(in IInputMethodClient client, in IBinder windowToken,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java228 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java214 * @hide Flag for IInputMethodManager.windowGainedFocus: a view in
220 * @hide Flag for IInputMethodManager.windowGainedFocus: the focus
226 * @hide Flag for IInputMethodManager.windowGainedFocus: this is the first
1230 res = mService.windowGainedFocus(mClient, windowGainingFocus,
1444 mService.windowGainedFocus(mClient, rootView.getWindowToken(),
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1972 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, method in class:InputMethodManagerService
1982 if (DEBUG) Slog.v(TAG, "windowGainedFocus: " + client.asBinder()

Completed in 118 milliseconds