HomeSort by relevance Sort by last modified time
    Searched refs:InputContextCallback (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java 47 static class InputContextCallback extends IInputContextCallback.Stub {
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 available for use in the future
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 67 milliseconds