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.java35 MultiClientInputMethodServiceDelegate mDelegate; field in MultiClientInputMethod
42 mDelegate = MultiClientInputMethodServiceDelegate.create(this, in onCreate()
55 MultiClientInputMethod.this, mDelegate, in onCreate()
61 mDelegate.acceptClient(clientId, callback, callback.getDispatcherState(), in onCreate()
72 mSoftInputWindowManager = new SoftInputWindowManager(this, mDelegate); in onCreate()
80 return mDelegate.onBind(intent); in onBind()
88 return mDelegate.onUnbind(intent); in onUnbind()
96 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(mInputMethod.mLastClientId, false /* active */); in onStartInputOrWindowGainedFocus()
175 mDelegate.setActive(mClientId, true /* active */); in onStartInputOrWindowGainedFocus()