Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindowManager.java26 final class SoftInputWindowManager { class
31 SoftInputWindowManager(Context context, MultiClientInputMethodServiceDelegate delegate) { in SoftInputWindowManager() method in SoftInputWindowManager
DMultiClientInputMethod.java43 SoftInputWindowManager mSoftInputWindowManager;
88 mSoftInputWindowManager = new SoftInputWindowManager(this, mDelegate); in onCreate()
DClientCallbackImpl.java37 private final SoftInputWindowManager mSoftInputWindowManager;
48 SoftInputWindowManager softInputWindowManager, int clientId, int uid, int pid, in ClientCallbackImpl()