Searched refs:InputContextCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java47 static class InputContextCallback extends IInputContextCallback.Stub { class in class:InputConnectionWrapper
59 // A 'pool' of one InputContextCallback. Each ICW request will attempt to gain
61 private static InputContextCallback sInstance = new InputContextCallback();
65 * Returns an InputContextCallback object that is guaranteed not to be in use by
70 private static InputContextCallback getInstance() {
71 synchronized (InputContextCallback.class) {
73 InputContextCallback callback;
81 callback = new InputContextCallback();
91 * Makes the given InputContextCallback availabl
[all...]
/frameworks/base/
H A Dcompiled-classes-phone5881 com.android.internal.view.InputConnectionWrapper$InputContextCallback

Completed in 150 milliseconds