Home
last modified time | relevance | path

Searched refs:SoftInputWindow (Results 1 – 3 of 3) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java29 private final SparseArray<SoftInputWindow> mSoftInputWindows = new SparseArray<>();
36 SoftInputWindow getOrCreateSoftInputWindow(int displayId) { in getOrCreateSoftInputWindow()
37 final SoftInputWindow existingWindow = mSoftInputWindows.get(displayId); in getOrCreateSoftInputWindow()
53 final SoftInputWindow newWindow = new SoftInputWindow(displayContext, windowToken); in getOrCreateSoftInputWindow()
58 SoftInputWindow getSoftInputWindow(int displayId) { in getSoftInputWindow()
DClientCallbackImpl.java86 final SoftInputWindow window = in onFinishSession()
103 final SoftInputWindow window = in onHideSoftInput()
119 final SoftInputWindow window = in onShowSoftInput()
149 final SoftInputWindow window = in onStartInputOrWindowGainedFocus()
229 final SoftInputWindow window = in onKeyDown()
256 final SoftInputWindow window = in onKeyUp()
DSoftInputWindow.java35 final class SoftInputWindow extends Dialog { class
51 SoftInputWindow(Context context, IBinder token) { in SoftInputWindow() method in SoftInputWindow