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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 55 * can be called to instantate a secondary {@link InputMethodSession} interface
80 public void sessionCreated(InputMethodSession session);
198 * Create a new {@link InputMethodSession} that can be handed to client
200 * use {@link #revokeSession(InputMethodSession)} to destroy the session
211 * @param session The {@link InputMethodSession} previously provided through
215 public void setSessionEnabled(InputMethodSession session, boolean enabled);
223 * @param session The {@link InputMethodSession} previously provided through
227 public void revokeSession(InputMethodSession session);
InputMethodSession.java 25 * The InputMethodSession interface provides the per-client functionality
32 public interface InputMethodSession {
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 29 import android.view.inputmethod.InputMethodSession;
77 public void setSessionEnabled(InputMethodSession session, boolean enabled) {
87 public void revokeSession(InputMethodSession session) {
93 * Base class for derived classes to implement their {@link InputMethodSession}
97 public abstract class AbstractInputMethodSessionImpl implements InputMethodSession {
192 * Called by the framework when a new InputMethodSession interface is
IInputMethodSessionWrapper.java 35 import android.view.inputmethod.InputMethodSession;
57 InputMethodSession mInputMethodSession;
62 InputMethodSession inputMethodSession, InputChannel channel) {
65 mInputMethodSession = inputMethodSession;
72 public InputMethodSession getInternalInputMethodSession() {
213 implements InputMethodSession.EventCallback {
IInputMethodWrapper.java 35 import android.view.inputmethod.InputMethodSession;
108 public void sessionCreated(InputMethodSession session) {
200 inputMethod.setSessionEnabled((InputMethodSession)msg.obj,
204 inputMethod.revokeSession((InputMethodSession)msg.obj);
307 InputMethodSession ls = ((IInputMethodSessionWrapper)
324 InputMethodSession ls = ((IInputMethodSessionWrapper)
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 550 milliseconds