Searched refs:VALUE_TO_ENUM_MAP (Results 1 – 2 of 2) sorted by relevance
91 private static final Map<Integer, LayoutType> VALUE_TO_ENUM_MAP = new HashMap<>(); field in KeyboardLayout.LayoutType95 VALUE_TO_ENUM_MAP.put(type.mValue, type); in VALUE_TO_ENUM_MAP.put()101 return VALUE_TO_ENUM_MAP.getOrDefault(value, UNDEFINED); in of()133 return VALUE_TO_ENUM_MAP.getOrDefault(enumValue, UNDEFINED).getName(); in getLayoutNameFromValue()
226 private static final SparseArray<KeyboardLogEvent> VALUE_TO_ENUM_MAP = new SparseArray<>(); field in KeyboardMetricsCollector.KeyboardLogEvent230 VALUE_TO_ENUM_MAP.put(type.mValue, type); in VALUE_TO_ENUM_MAP.put()249 return VALUE_TO_ENUM_MAP.get(value); in from()