Searched refs:EMOJI_ACTION_KEY (Results 1 – 3 of 3) sorted by relevance
47 ? joinKeys(key(ENTER_KEY, EMOJI_ACTION_KEY)) in getKeysRightToSpacebar()
164 return isPhone ? key(ENTER_KEY, EMOJI_ACTION_KEY) : ENTER_KEY; in getEnterKey()
144 …protected static final ExpectedKey EMOJI_ACTION_KEY = key(ICON_EMOJI_ACTION, Constants.CODE_EMOJI); field in AbstractLayoutBase