Searched refs:scaleKey (Results 1 – 1 of 1) sorted by relevance
189 private static void put(float scaleKey, @NonNull FontScaleConverter fontScaleConverter) { in put() argument190 LOOKUP_TABLES.put(getKey(scaleKey), fontScaleConverter); in put()194 private static FontScaleConverter get(float scaleKey) { in get() argument195 return LOOKUP_TABLES.get(getKey(scaleKey)); in get()