Searched refs:targetWindowHandle (Results 1 – 2 of 2) sorted by relevance
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | SoftInputWindow.java | 113 void onDummyStartInput(int clientId, int targetWindowHandle) { in onDummyStartInput() argument 116 + " targetWindowHandle=" + targetWindowHandle); in onDummyStartInput() 120 mTargetWindowHandle = targetWindowHandle; in onDummyStartInput() 123 void onStartInput(int clientId, int targetWindowHandle, InputConnection inputConnection) { in onStartInput() argument 126 + " targetWindowHandle=" + targetWindowHandle); in onStartInput() 129 mTargetWindowHandle = targetWindowHandle; in onStartInput()
|
D | ClientCallbackImpl.java | 135 EditorInfo editorInfo, int startInputFlags, int softInputMode, int targetWindowHandle) { in onStartInputOrWindowGainedFocus() argument 142 + " targetWindowHandle=" + targetWindowHandle); in onStartInputOrWindowGainedFocus() 155 if (window.getTargetWindowHandle() != targetWindowHandle) { in onStartInputOrWindowGainedFocus() 158 mClientId, targetWindowHandle, window.getWindow().getAttributes().token); in onStartInputOrWindowGainedFocus() 173 window.onDummyStartInput(mClientId, targetWindowHandle); in onStartInputOrWindowGainedFocus() 176 window.onStartInput(mClientId, targetWindowHandle, inputConnection); in onStartInputOrWindowGainedFocus()
|