Searched refs:modeId (Results 1 – 2 of 2) sorted by relevance
522 public Keyboard(Context context, int xmlLayoutResId, int modeId, int width, int height) { in Keyboard() argument532 mKeyboardMode = modeId; in Keyboard()543 public Keyboard(Context context, int xmlLayoutResId, int modeId) { in Keyboard() argument555 mKeyboardMode = modeId; in Keyboard()
2853 public void addAction(int modeId, EditModeActionBase action) { in addAction() argument2854 mActionMap.put(modeId, action); in addAction()