Searched refs:mDelegate (Results 1 – 3 of 3) sorted by relevance
44 MultiClientInputMethodServiceDelegate mDelegate; field in MultiClientInputMethod54 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()
28 private final MultiClientInputMethodServiceDelegate mDelegate; field in SoftInputWindowManager33 mDelegate = delegate; in SoftInputWindowManager()47 final IBinder windowToken = mDelegate.createInputMethodWindowToken(displayId); in getOrCreateSoftInputWindow()
36 private final MultiClientInputMethodServiceDelegate mDelegate; field in ClientCallbackImpl51 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()