Searched refs:InputMethodServiceWrapper (Results 1 – 3 of 3) sorted by relevance
34 public class InputMethodServiceWrapper extends InputMethodService { class40 private static WeakReference<InputMethodServiceWrapper> sInstance = new WeakReference<>(null);140 public static InputMethodServiceWrapper getInstance() { in getInstance()
27 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;30 public final class SimpleInputMethodService extends InputMethodServiceWrapper {
21 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_CONFIG;22 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_HIDE;23 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_SHOW;24 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.eventToString;67 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;68 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.Event;138 private InputMethodServiceWrapper mInputMethodService;158 mInputMethodService = InputMethodServiceWrapper.getInstance(); in setUp()