Searched refs:mDelegate (Results 1 – 3 of 3) sorted by relevance
35 MultiClientInputMethodServiceDelegate mDelegate; field in MultiClientInputMethod42 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()
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(mInputMethod.mLastClientId, false /* active */); in onStartInputOrWindowGainedFocus()175 mDelegate.setActive(mClientId, true /* active */); in onStartInputOrWindowGainedFocus()