Searched refs:WEB_TO_ANDROID_SIZE_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
80 private static final int WEB_TO_ANDROID_SIZE_MULTIPLIER = 6; field in HtmlUtils.SpannedConverter189 mBuilder.setSpan(new AbsoluteSizeSpan(i * WEB_TO_ANDROID_SIZE_MULTIPLIER, in handleFont()