Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java35 public class SoftInputWindow extends Dialog { class
67 public SoftInputWindow(Context context, String name, int theme, Callback callback, in SoftInputWindow() method in SoftInputWindow
DInputMethodService.java262 SoftInputWindow mWindow;
673 mWindow = new SoftInputWindow(this, "InputMethod", mTheme, null, null, mDispatcherState, in onCreate()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java27 import android.inputmethodservice.SoftInputWindow;
76 SoftInputWindow mWindow;
284 class MyCallbacks implements HandlerCaller.Callback, SoftInputWindow.Callback {
618 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme, in onCreate()