Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java44 MultiClientInputMethodServiceDelegate mDelegate; field in MultiClientInputMethod
54 mDelegate = MultiClientInputMethodServiceDelegate.create(this, in onCreate()
69 MultiClientInputMethod.this, mDelegate, in onCreate()
77 mDelegate.acceptClient(clientId, callback, callback.getDispatcherState(), in onCreate()
88 mSoftInputWindowManager = new SoftInputWindowManager(this, mDelegate); in onCreate()
112 return mDelegate.onBind(intent); in onBind()
123 return mDelegate.onUnbind(intent); in onUnbind()
131 mDelegate.onDestroy(); in onDestroy()
DSoftInputWindowManager.java28 private final MultiClientInputMethodServiceDelegate mDelegate; field in SoftInputWindowManager
33 mDelegate = delegate; in SoftInputWindowManager()
47 final IBinder windowToken = mDelegate.createInputMethodWindowToken(displayId); in getOrCreateSoftInputWindow()
DClientCallbackImpl.java36 private final MultiClientInputMethodServiceDelegate mDelegate; field in ClientCallbackImpl
51 mDelegate = delegate; in ClientCallbackImpl()
157 mDelegate.reportImeWindowTarget( in onStartInputOrWindowGainedFocus()
163 mDelegate.setActive(lastClientId, false /* active */); in onStartInputOrWindowGainedFocus()
164 mDelegate.setActive(mClientId, true /* active */); in onStartInputOrWindowGainedFocus()