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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java518 * @param modeId keyboard mode identifier
522 public Keyboard(Context context, int xmlLayoutResId, int modeId, int width, int height) { argument
532 mKeyboardMode = modeId;
541 * @param modeId keyboard mode identifier
543 public Keyboard(Context context, int xmlLayoutResId, int modeId) { argument
555 mKeyboardMode = modeId;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2853 public void addAction(int modeId, EditModeActionBase action) { argument
2854 mActionMap.put(modeId, action);

Completed in 180 milliseconds