Searched refs:IInputMethodSession (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 27 import com.android.internal.view.IInputMethodSession; 47 void setSessionEnabled(IInputMethodSession session, boolean enabled); in setSessionEnabled() 49 void revokeSession(IInputMethodSession session); in revokeSession()
|
D | IInputSessionCallback.aidl | 19 import com.android.internal.view.IInputMethodSession; 28 void sessionCreated(IInputMethodSession session); in sessionCreated()
|
D | InputBindResult.java | 179 public final IInputMethodSession method; 215 IInputMethodSession _method, InputChannel _channel, String _id, int _sequence, in InputBindResult() 232 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder()); in InputBindResult()
|
D | IInputMethodSession.aidl | 31 oneway interface IInputMethodSession { interface
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IMultiClientInputMethodPrivilegedOperations.aidl | 20 import com.android.internal.view.IInputMethodSession; 30 void acceptClient(int clientId, in IInputMethodSession session, in acceptClient()
|
D | MultiClientInputMethodPrivilegedOperations.java | 27 import com.android.internal.view.IInputMethodSession; 160 public void acceptClient(int clientId, IInputMethodSession session, in acceptClient()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 44 import com.android.internal.view.IInputMethodSession; 323 public void setSessionEnabled(IInputMethodSession session, boolean enabled) { in setSessionEnabled() 340 public void revokeSession(IInputMethodSession session) { in revokeSession()
|
D | IInputMethodSessionWrapper.java | 40 import com.android.internal.view.IInputMethodSession; 42 class IInputMethodSessionWrapper extends IInputMethodSession.Stub
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 45 import com.android.internal.view.IInputMethodSession; 85 IInputMethodSession.Stub createIInputMethodSession() { in createIInputMethodSession() 184 private static final class InputMethodSessionImpl extends IInputMethodSession.Stub {
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | MultiClientInputMethodManagerService.java | 89 import com.android.internal.view.IInputMethodSession; 639 IInputMethodSession mInputMethodSession; 1273 public void acceptClient(int clientId, IInputMethodSession inputMethodSession, in acceptClient()
|
D | InputMethodManagerService.java | 148 import com.android.internal.view.IInputMethodSession; 364 IInputMethodSession session; 379 IInputMethodSession _session, InputChannel _channel) { in SessionState() 1345 public void sessionCreated(IInputMethodSession session) { in sessionCreated() 2250 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 83 import com.android.internal.view.IInputMethodSession; 455 IInputMethodSession mCurMethod;
|
/frameworks/base/ |
D | CleanSpec.mk | 160 …VA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodSession.*)
|
D | Android.bp | 455 "core/java/com/android/internal/view/IInputMethodSession.aidl",
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 1490 …/android/internal/view/IInputMethodSession$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/in…
|
D | preloaded-classes | 5187 com.android.internal.view.IInputMethodSession$Stub$Proxy 5188 com.android.internal.view.IInputMethodSession$Stub 5189 com.android.internal.view.IInputMethodSession
|
/frameworks/base/services/ |
D | art-profile | 7257 …hodManagerService$MethodCallback;->sessionCreated(Lcom/android/internal/view/IInputMethodSession;)V 7306 …Lcom/android/internal/view/IInputMethod;Lcom/android/internal/view/IInputMethodSession;Landroid/vi…
|