Searched refs:NAME_TO_ENUM_MAP (Results 1 – 1 of 1) sorted by relevance
92 private static final Map<String, LayoutType> NAME_TO_ENUM_MAP = new HashMap<>(); field in KeyboardLayout.LayoutType96 NAME_TO_ENUM_MAP.put(type.mName, type); in NAME_TO_ENUM_MAP.put()124 return NAME_TO_ENUM_MAP.getOrDefault(layoutName, UNDEFINED).getValue(); in getLayoutTypeEnumValue()