Searched refs:SoftInputWindow (Results 1 – 3 of 3) sorted by relevance
29 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()
86 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()
35 final class SoftInputWindow extends Dialog { class51 SoftInputWindow(Context context, IBinder token) { in SoftInputWindow() method in SoftInputWindow