Searched refs:SoftInputWindow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | SoftInputWindow.java | 42 public class SoftInputWindow extends Dialog { class 126 public SoftInputWindow(Context context, String name, int theme, Callback callback, in SoftInputWindow() method in SoftInputWindow
|
D | InputMethodService.java | 370 SoftInputWindow mWindow; 1005 mWindow = new SoftInputWindow(this, "InputMethod", mTheme, null, null, mDispatcherState, in onCreate()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 41 import android.inputmethodservice.SoftInputWindow; 159 SoftInputWindow mWindow; 847 class MyCallbacks implements HandlerCaller.Callback, SoftInputWindow.Callback { 1137 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme, in ensureWindowCreated()
|
/frameworks/base/config/ |
D | preloaded-classes | 2136 android.inputmethodservice.SoftInputWindow
|