Home
last modified time | relevance | path

Searched refs:targetWindowHandle (Results 1 – 2 of 2) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java113 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()
DClientCallbackImpl.java135 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()
171 window.onDummyStartInput(mClientId, targetWindowHandle); in onStartInputOrWindowGainedFocus()
177 window.onStartInput(mClientId, targetWindowHandle, inputConnection); in onStartInputOrWindowGainedFocus()