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/
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()
173 window.onDummyStartInput(mClientId, targetWindowHandle); in onStartInputOrWindowGainedFocus()
176 window.onStartInput(mClientId, targetWindowHandle, inputConnection); in onStartInputOrWindowGainedFocus()
DSoftInputWindow.java117 void onDummyStartInput(int clientId, int targetWindowHandle) { in onDummyStartInput() argument
120 + " targetWindowHandle=" + targetWindowHandle); in onDummyStartInput()
124 mTargetWindowHandle = targetWindowHandle; in onDummyStartInput()
127 void onStartInput(int clientId, int targetWindowHandle, InputConnection inputConnection) { in onStartInput() argument
130 + " targetWindowHandle=" + targetWindowHandle); in onStartInput()
133 mTargetWindowHandle = targetWindowHandle; in onStartInput()