Home
last modified time | relevance | path

Searched refs:IInputContextCallback (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputContext.aidl26 import com.android.internal.view.IInputContextCallback;
34 void getTextBeforeCursor(int length, int flags, int seq, IInputContextCallback callback); in getTextBeforeCursor()
36 void getTextAfterCursor(int length, int flags, int seq, IInputContextCallback callback); in getTextAfterCursor()
38 void getCursorCapsMode(int reqModes, int seq, IInputContextCallback callback); in getCursorCapsMode()
41 IInputContextCallback callback); in getExtractedText()
74 void getSelectedText(int flags, int seq, IInputContextCallback callback); in getSelectedText()
77 IInputContextCallback callback); in requestUpdateCursorAnchorInfo()
80 IInputContextCallback callback); in commitContent()
DIInputConnectionWrapper.java116 public void getTextAfterCursor(int length, int flags, int seq, IInputContextCallback callback) { in getTextAfterCursor()
120 … public void getTextBeforeCursor(int length, int flags, int seq, IInputContextCallback callback) { in getTextBeforeCursor()
124 public void getSelectedText(int flags, int seq, IInputContextCallback callback) { in getSelectedText()
128 public void getCursorCapsMode(int reqModes, int seq, IInputContextCallback callback) { in getCursorCapsMode()
133 int flags, int seq, IInputContextCallback callback) { in getExtractedText()
205 IInputContextCallback callback) { in requestUpdateCursorAnchorInfo()
215 int seq, IInputContextCallback callback) { in commitContent()
238 final IInputContextCallback callback = (IInputContextCallback) args.arg6; in executeMessage()
258 final IInputContextCallback callback = (IInputContextCallback) args.arg6; in executeMessage()
278 final IInputContextCallback callback = (IInputContextCallback) args.arg6; in executeMessage()
[all …]
DIInputContextCallback.aidl24 oneway interface IInputContextCallback { interface
DInputConnectionWrapper.java47 static class InputContextCallback extends IInputContextCallback.Stub {
/frameworks/base/
DAndroid.mk392 core/java/com/android/internal/view/IInputContextCallback.aidl \
Dcompiled-classes-phone5860 com.android.internal.view.IInputContextCallback
5861 com.android.internal.view.IInputContextCallback$Stub
5862 com.android.internal.view.IInputContextCallback$Stub$Proxy